Advertisement
vliaskov

decklink/master pipe

Dec 18th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. GST_DEBUG=3 gst-launch-1.0 filesrc location=/opt/video.avi ! decodebin name=decoder ! videoscale ! videoconvert ! interlace field-pattern=1 ! decklinksink mode=2 name=deck decoder. ! tee ! audioconvert ! audioresample ! level ! deck.
  2. 0:00:00.020407816 22997 0x1966000 WARN audioresample gstaudioresample.c:1537:plugin_init: Orc disabled, can't benchmark int vs. float resampler
  3. 0:00:00.020443951 22997 0x1966000 WARN GST_PERFORMANCE gstaudioresample.c:1540:plugin_init: orc disabled, no benchmarking done
  4. Setting pipeline to PAUSED ...
  5. 0:00:00.031022568 22997 0x1966000 WARN default gstdecklink.cpp:241:init_devices: selected device does not have input interface
  6. 0:00:00.031240902 22997 0x1966000 WARN default gstdecklink.cpp:241:init_devices: selected device does not have input interface
  7. 0:00:00.031762488 22997 0x1966000 WARN basesrc gstbasesrc.c:3480:gst_base_src_start_complete:<filesrc0> pad not activated yet
  8. Pipeline is PREROLLING ...
  9. Redistribute latency...
  10. 0:00:00.049529050 22997 0x1966000 WARN bin gstbin.c:2506:gst_bin_do_latency_func:<pipeline0> did not really configure latency of 0:00:00.000000000
  11. Pipeline is PREROLLED ...
  12. Setting pipeline to PLAYING ...
  13. 0:00:00.051448820 22997 0x1966000 WARN bin gstbin.c:2506:gst_bin_do_latency_func:<pipeline0> did not really configure latency of 0:00:00.000000000
  14. New clock: GstSystemClock
  15. ^Chandling interrupt.
  16. Interrupt: Stopping pipeline ...
  17. Execution ended after 0:01:24.863447898
  18. Setting pipeline to PAUSED ...
  19. Setting pipeline to READY ...
  20. Setting pipeline to NULL ...
  21. Freeing pipeline ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement