flvdemux: Don't forget to reset the indexed variable when cleaning up
This commit is contained in:
parent
0dd06da5e8
commit
d263119589
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user