summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-demux.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-14 14:46:14 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-22 19:41:59 +0200
commitafbe123e3374a52458676554e7557b567173e55c (patch)
tree1c9f10fef90bc93eb87f5fe402a54975197b92f4 /gst/matroska/matroska-demux.h
parentcf60de4875d293e116c74da9441e639277aad5c7 (diff)
matroskademux: Populate a GstIndex that is set on matroskademux
Diffstat (limited to 'gst/matroska/matroska-demux.h')
-rw-r--r--gst/matroska/matroska-demux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/matroska/matroska-demux.h b/gst/matroska/matroska-demux.h
index 744f593c..e032c274 100644
--- a/gst/matroska/matroska-demux.h
+++ b/gst/matroska/matroska-demux.h
@@ -51,6 +51,9 @@ typedef struct _GstMatroskaDemux {
/* < private > */
+ GstIndex *element_index;
+ gint element_index_writer_id;
+
/* pads */
GstPad *sinkpad;
GPtrArray *src;