flvdemux: some more variable cleanup

This commit is contained in:
Mark Nauwelaerts 2010-02-18 12:26:46 +01:00
parent 122daaf6af
commit 66fabd8bfd

View file

@ -117,6 +117,7 @@ gst_flv_demux_cleanup (GstFLVDemux * demux)
demux->got_par = FALSE;
demux->indexed = FALSE;
demux->file_size = 0;
demux->audio_start = demux->video_start = GST_CLOCK_TIME_NONE;