mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-11 06:11:27 +00:00
flvdemux: Don't forget to reset the indexed variable when cleaning up
This commit is contained in:
parent
0dd06da5e8
commit
d263119589
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue