mpegdemux: resurrect some flow return handling

https://bugzilla.gnome.org/show_bug.cgi?id=744572
This commit is contained in:
Mark Nauwelaerts 2015-03-28 17:28:26 +01:00
parent 66b01c9a0c
commit b2d109242f

View file

@ -900,6 +900,7 @@ gst_ps_demux_clear_times (GstPsDemux * demux)
{
gint i, count = demux->found_count;
gst_flow_combiner_reset (demux->flowcombiner);
/* Clear the last ts for all streams */
for (i = 0; i < count; i++) {
GstPsStream *stream = demux->streams_found[i];