GNOME Bugzilla – Bug 667715
decklinksrc: any flow return other than GST_FLOW_OK causes negotiation error
Last modified: 2012-03-17 21:28:45 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.
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: