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 667720 - decklinksrc will activate in pull mode but doesn't actually support it
decklinksrc will activate in pull mode but doesn't actually support it
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.22
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-11 22:42 UTC by blake tregre
Modified: 2012-03-17 21:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch promised in the original post (1.06 KB, patch)
2012-01-18 19:08 UTC, blake tregre
none Details | Review

Description blake tregre 2012-01-11 22:42:51 UTC
decklinksrc will activate in pull mode, but the hardware device doesn't support it.  The simplest fix is to return false in activatepull, which is done in the attached patch.
Comment 1 Vincent Penquerc'h 2012-01-18 11:06:09 UTC
The patch was not attached.
Comment 2 blake tregre 2012-01-18 19:08:07 UTC
Created attachment 205562 [details] [review]
patch promised in the original post

Sorry!  Here it is!
Comment 3 David Schleef 2012-03-17 21:30:30 UTC
commit 409e8dcc903be14dc4254b8106d50635044b8fd9
Author: blake tregre <blake@oblong.com>
Date:   Mon Oct 31 18:57:22 2011 -0700

    decklinksrc: disable pull mode
    
    decklink device doesn't support any pull mode related functionality.
    it's more like a live source, you see. Fixes: #667720.