summaryrefslogtreecommitdiffstats
path: root/gst/flv/gstflvdemux.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:14:45 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:14:45 +0000
commit8877f3590d6dc4558099aaf3b632a7d5084fbdb9 (patch)
tree86398c00fba143882763481fa2d2f1c994dc6d11 /gst/flv/gstflvdemux.h
parenteae8170d947531d3fb8f584876f1c7e066e42457 (diff)
downloadgst-plugins-bad-8877f3590d6dc4558099aaf3b632a7d5084fbdb9.tar.gz
gst-plugins-bad-8877f3590d6dc4558099aaf3b632a7d5084fbdb9.tar.bz2
gst-plugins-bad-8877f3590d6dc4558099aaf3b632a7d5084fbdb9.zip
gst/flv/gstflvdemux.*: If our index was created by the element and not provided from the outside we should destroy it...
Original commit message from CVS: * gst/flv/gstflvdemux.c: (gst_flv_demux_change_state), (gst_flv_demux_set_index), (gst_flv_demux_init): * gst/flv/gstflvdemux.h: If our index was created by the element and not provided from the outside we should destroy it when starting a new stream to get all old entries removed.
Diffstat (limited to 'gst/flv/gstflvdemux.h')
-rw-r--r--gst/flv/gstflvdemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/flv/gstflvdemux.h b/gst/flv/gstflvdemux.h
index 210db2fd..3eb99ce0 100644
--- a/gst/flv/gstflvdemux.h
+++ b/gst/flv/gstflvdemux.h
@@ -59,6 +59,7 @@ struct _GstFLVDemux
GstIndex *index;
gint index_id;
+ gboolean own_index;
GArray * times;
GArray * filepositions;