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 673290 - [decklinksrc] inaccurate error when video src pad not connected
[decklinksrc] inaccurate error when video src pad not connected
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.36
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-01 10:12 UTC by Igor Oleksenko
Modified: 2014-11-28 10:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Start command and log. (2.10 KB, text/plain)
2012-04-01 10:12 UTC, Igor Oleksenko
Details

Description Igor Oleksenko 2012-04-01 10:12:57 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.
Comment 1 David Schleef 2012-04-17 17:23:13 UTC
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.
Comment 2 Tim-Philipp Müller 2014-11-28 10:52:37 UTC
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.