After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725871 - decklinksink: no output, only black
decklinksink: no output, only black
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.4.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-07 02:58 UTC by Dave
Modified: 2014-08-11 06:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dave 2014-03-07 02:58:27 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?
Comment 1 Sebastian Dröge (slomo) 2014-08-01 15:00:37 UTC
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
Comment 2 Sebastian Dröge (slomo) 2014-08-01 16:03:51 UTC
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