flvdemux: Don't forget to reset the indexed variable when cleaning up

This commit is contained in:
Edward Hervey 2010-02-13 16:27:07 +01:00
parent 0dd06da5e8
commit d263119589

View 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;