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 667715 - decklinksrc: any flow return other than GST_FLOW_OK causes negotiation error
decklinksrc: any flow return other than GST_FLOW_OK causes negotiation error
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 21:14 UTC by blake tregre
Modified: 2012-03-17 21:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch that improves flow return error message (1.87 KB, patch)
2012-01-11 21:14 UTC, blake tregre
none Details | Review

Description blake tregre 2012-01-11 21:14:26 UTC
Created attachment 205045 [details] [review]
patch that improves flow return error message

decklinksrc currently provides an unhelpful error message if there is flow return other than GST_FLOW_OK. The following patch handles the flow return as other plugins do.
Comment 1 David Schleef 2012-03-17 21:28:45 UTC
commit e37ce96b2c2a231f82f570892607a0aeed1f4edf
Author: blake tregre <blake@oblong.com>
Date:   Mon Oct 31 18:56:23 2011 -0700

    decklinksrc: handle flow return properly and provide better message
    
    * sys/decklink/gstdecklinksrc.cpp: