GNOME Bugzilla – Bug 673290
[decklinksrc] inaccurate error when video src pad not connected
Last modified: 2014-11-28 10:52:49 UTC
Created attachment 211069 [details] Start command and log. Gstreamer cannot convert audio from Decklink. Tested on Intensity Pro (analog input), DeckLink Duo (SDI input), DeckLink HD Extreme 3D (analog input). Start command and log in attach. Kernel - 3.0.0-17, x86_64.
You're looking for this: gst-launch-0.10 decklinksrc connection=composite .audiosrc ! queue ! level ! fakesink decklinksrc0.videosrc ! queue ! fakesink -v Leaving this open and retitling, since it should cause a different error for your pipeline.
I think this was fixed by: commit 929b0bc3e2cf862f792f0a5530a1469ebddfab33 Author: Tim-Philipp Müller <tim@centricular.net> Date: Sat Mar 16 23:29:35 2013 +0000 decklinksrc: aggregate audio and video flow returns And pause task in some more cases where we should pause the task.