Advertisement
Guest User

Gst V4L2 glupload performance test with glfilterglass

a guest
Mar 5th, 2010
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. $ gst-launch -v v4l2src ! video/x-raw-yuv, format=\(fourcc\)I420, framerate=\(fraction\)25/1, width=640, height=480 ! ffmpegcolorspace ! glupload ! glfilterglass ! glimagesink
  2.  
  3.  
  4.  
  5. (gst-launch-0.10:13229): GLib-WARNING **: g_set_prgname() called multiple times
  6. Setting pipeline to PAUSED ...
  7. /GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)25/1, width=(int)640, height=(int)480
  8. Pipeline is live and does not need PREROLL ...
  9. Setting pipeline to PLAYING ...
  10. New clock: GstSystemClock
  11. /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)25/1, width=(int)640, height=(int)480
  12. /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)25/1, width=(int)640, height=(int)480
  13. /GstPipeline:pipeline0/GstFFMpegCsp:ffmpegcsp0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)25/1, width=(int)640, height=(int)480
  14. /GstPipeline:pipeline0/GstFFMpegCsp:ffmpegcsp0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)25/1, width=(int)640, height=(int)480
  15. /GstPipeline:pipeline0/GstGLUpload:glupload0.GstPad:src: caps = video/x-raw-gl, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)25/1
  16. /GstPipeline:pipeline0/GstGLUpload:glupload0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)25/1, width=(int)640, height=(int)480
  17. /GstPipeline:pipeline0/GstGLFilterGlass:glfilterglass0.GstPad:src: caps = video/x-raw-gl, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)25/1
  18. /GstPipeline:pipeline0/GstGLFilterGlass:glfilterglass0.GstPad:sink: caps = video/x-raw-gl, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)25/1
  19. /GstPipeline:pipeline0/GstGLImageSink:glimagesink0.GstPad:sink: caps = video/x-raw-gl, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)25/1
  20. Got EOS from element "pipeline0".
  21. Execution ended after 2811528332 ns.
  22. Setting pipeline to PAUSED ...
  23. Setting pipeline to READY ...
  24. /GstPipeline:pipeline0/GstGLImageSink:glimagesink0.GstPad:sink: caps = NULL
  25. /GstPipeline:pipeline0/GstGLFilterGlass:glfilterglass0.GstPad:src: caps = NULL
  26. /GstPipeline:pipeline0/GstGLFilterGlass:glfilterglass0.GstPad:sink: caps = NULL
  27. /GstPipeline:pipeline0/GstGLUpload:glupload0.GstPad:src: caps = NULL
  28. /GstPipeline:pipeline0/GstGLUpload:glupload0.GstPad:sink: caps = NULL
  29. /GstPipeline:pipeline0/GstFFMpegCsp:ffmpegcsp0.GstPad:src: caps = NULL
  30. /GstPipeline:pipeline0/GstFFMpegCsp:ffmpegcsp0.GstPad:sink: caps = NULL
  31. /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = NULL
  32. /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = NULL
  33. /GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = NULL
  34. Setting pipeline to NULL ...
  35. Freeing pipeline ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement