[Bug 709224] audio/videodecoder: Not returning GST_FLOW_EOS when after segment

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 2 20:01:34 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=709224
  GStreamer | gst-plugins-base | git

--- Comment #12 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2013-10-02 18:01:28 UTC ---
Created an attachment (id=256309)
 View: https://bugzilla.gnome.org/attachment.cgi?id=256309
 Review: https://bugzilla.gnome.org/review?bug=709224&attachment=256309

gstutils: add gst_element_combine_flow_returns

Adds a utility function to have a common place where the GstFlowReturn
aggregation can be done. This way all demuxers will have a standard function
to use and have the same expected results.

The function works by calling a GstElementGetNextFlowReturnFunction
callback to get the flow returns from
the GstElement and uses those returns to do the aggregation.

Includes tests.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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