avdemux: resurrect some flow return handling

https://bugzilla.gnome.org/show_bug.cgi?id=744572
This commit is contained in:
Mark Nauwelaerts 2015-03-29 14:01:50 +02:00
parent 8386e4411b
commit 2270026d82

View file

@ -634,6 +634,7 @@ gst_ffmpegdemux_perform_seek (GstFFMpegDemux * demux, GstEvent * event)
/* Mark discont on all srcpads and remove eos */
gst_ffmpegdemux_set_flags (demux, TRUE, FALSE);
gst_flow_combiner_reset (demux->flowcombiner);
/* and restart the task in case it got paused explicitely or by
* the FLUSH_START event we pushed out. */