[Bug 750098] New element to convert GST_FLOW_ERROR into GST_FLOW_OK
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jun 23 01:28:41 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750098
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.5.2
--- Comment #14 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 9664d1a6b1796491048eb579e919ab592c1ec2f6
Author: Vivia Nikolaidou <vivia at toolsonair.com>
Date: Fri May 29 14:27:24 2015 +0300
error-ignore: New element to convert some GstFlowReturn types into others
Can be used to fix misbehaving sinks. It will pass through all buffers
until it encounters GST_FLOW_ERROR or GST_FLOW_NOT_NEGOTIATED
(configurable).
At that point it will unref the buffers and return GST_FLOW_NOT_LINKED
(configurable) - until the next READY_TO_PAUSED or FLUSH_STOP.
https://bugzilla.gnome.org/show_bug.cgi?id=750098
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list