summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-ids.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-ids.h
parentcf60de4875d293e116c74da9441e639277aad5c7 (diff)
matroskademux: Populate a GstIndex that is set on matroskademux
Diffstat (limited to 'gst/matroska/matroska-ids.h')
-rw-r--r--gst/matroska/matroska-ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/matroska/matroska-ids.h b/gst/matroska/matroska-ids.h
index 703c64d5..64852d09 100644
--- a/gst/matroska/matroska-ids.h
+++ b/gst/matroska/matroska-ids.h
@@ -468,6 +468,8 @@ struct _GstMatroskaTrackContext {
GArray *index_table;
+ gint index_writer_id;
+
/* some often-used info */
gchar *codec_id, *codec_name, *name, *language;
gpointer codec_priv;