From d263119589b2373adedbc8a5bcb7039c8042f346 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 13 Feb 2010 16:27:07 +0100 Subject: flvdemux: Don't forget to reset the indexed variable when cleaning up --- gst/flv/gstflvdemux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst') diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c index 144042722..d5cab50e9 100644 --- a/gst/flv/gstflvdemux.c +++ b/gst/flv/gstflvdemux.c @@ -116,6 +116,8 @@ gst_flv_demux_cleanup (GstFLVDemux * demux) demux->push_tags = FALSE; demux->got_par = FALSE; + demux->indexed = FALSE; + demux->audio_start = demux->video_start = GST_CLOCK_TIME_NONE; demux->no_more_pads = FALSE; -- cgit v1.2.3