summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-02-13 16:27:07 +0100
committerEdward Hervey <bilboed@bilboed.com>2010-02-13 16:27:07 +0100
commitd263119589b2373adedbc8a5bcb7039c8042f346 (patch)
tree4ddc16892a01341bfdc3a2bdfd64a30bf21a9b61 /gst
parent0dd06da5e87a09633b3afbfe726ca49d311828d8 (diff)
flvdemux: Don't forget to reset the indexed variable when cleaning up
Diffstat (limited to 'gst')
-rw-r--r--gst/flv/gstflvdemux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c
index 144042722..d5cab50e9 100644
--- a/gst/flv/gstflvdemux.c
+++ b/gst/flv/gstflvdemux.c
@@ -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;