flvdemux: Don't forget to reset the indexed variable when cleaning up
authorEdward Hervey <bilboed@bilboed.com>
Sat, 13 Feb 2010 15:27:07 +0000 (16:27 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 13 Feb 2010 15:27:07 +0000 (16:27 +0100)
gst/flv/gstflvdemux.c

index 1440427..d5cab50 100644 (file)
@@ -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;