Advertisement
Guest User

Untitled

a guest
Jul 9th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.34 KB | None | 0 0
  1. $ gst-launch-1.0 videotestsrc ! video/x-raw, format=GRAY8, width=8, height=8 ! videoconvert ! video/x-raw, format=I420 ! fakesink num-buffers=3 dump=tru
  2. WARNING: erroneous pipeline: could not set property "dump" in element "fakesink0" to "tru"
  3. tom@thunder:~/aau/TrustEYE/devel/ext_libs/gstreamer/0.11.92$ gst-launch-1.0 videotestsrc ! video/x-raw, format=GRAY8, width=8, height=8 ! videoconvert ! video/x-raw, format=I420 ! fakesink num-buffers=3 dump=true
  4. Setting pipeline to PAUSED ...
  5. Pipeline is PREROLLING ...
  6. Pipeline is PREROLLED ...
  7. Setting pipeline to PLAYING ...
  8. New clock: GstSystemClock
  9. 00000000 (0x2052e80): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  10. 00000010 (0x2052e90): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  11. 00000020 (0x2052ea0): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  12. 00000030 (0x2052eb0): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  13. 00000040 (0x2052ec0): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  14. 00000050 (0x2052ed0): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  15. 00000000 (0x2052f50): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  16. 00000010 (0x2052f60): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  17. 00000020 (0x2052f70): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  18. 00000030 (0x2052f80): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  19. 00000040 (0x2052f90): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  20. 00000050 (0x2052fa0): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  21. 00000000 (0x2052e80): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  22. 00000010 (0x2052e90): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  23. 00000020 (0x2052ea0): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  24. 00000030 (0x2052eb0): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  25. 00000040 (0x2052ec0): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  26. 00000050 (0x2052ed0): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  27. Got EOS from element "pipeline0".
  28. Execution ended after 7063772 ns.
  29. Setting pipeline to PAUSED ...
  30. Setting pipeline to READY ...
  31. Setting pipeline to NULL ...
  32. Freeing pipeline ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement