GNOME Bugzilla – Bug 725871
decklinksink: no output, only black
Last modified: 2014-08-11 06:57:13 UTC
I am trying to output a pipeline to the decklinksink with no luck. The card will only output black although the modes change correctly when selected. I have tried filesrc and videotestsrc, with the same result: no error, just black. Example test: GST_DEBUG=4 gst-launch-1.0 videotestsrc pattern=smpte100 ! video/x-raw,format=UYVY,width=720, height=576, framerate=25/1, interlaced=interleaved, pixel-aspect-ratio=12/11, colormetry=bt601, chromasite=mpeg2 ! decklinksink mode=2 or: videotestsrc pattern=smpte100 ! videoconvert ! videoscale ! decklinksink mode=2 Plugin Details: Name decklink Description Blackmagic Decklink plugin Filename /usr/local/lib/gstreamer-1.0/libgstdecklink.so Version 1.3.0.1 License LGPL Source module gst-plugins-bad Source release date 2014-03-07 02:42 (UTC) Binary package GStreamer Bad Plug-ins Origin URL Unknown package origin Anyone have a working pipeline I can start from?
Can you run with this commit and then provide a debug log with GST_DEBUG=decklinksink:6 ? http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=fd793e949871c5a3ce11e464dfefe9f056ee287d
And this most likely fixes it for real. Please reopen the bug otherwise and include a debug log :) http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=a6808677617a8e8101930947c56103868a286f5e commit a6808677617a8e8101930947c56103868a286f5e Author: Sebastian Dröge <sebastian@centricular.com> Date: Fri Aug 1 18:02:10 2014 +0200 decklinksink: Initialize pixel format to bmdFormat8BitYUV https://bugzilla.gnome.org/show_bug.cgi?id=725871