summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-demux.h
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-09-23 17:19:34 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-09-23 17:24:22 +0200
commit02581dd2a5f6d193eecb19568a4d425e26d5bb64 (patch)
tree9019d69c3b2e3e335cdb62bb6bdbd1a1ea2aec81 /gst/matroska/matroska-demux.h
parent702df566c3d6cbd7ccd576e3177d6f98c46c3507 (diff)
matroskademux: use proper order for no-more-pads and newsegment and tag sending
Diffstat (limited to 'gst/matroska/matroska-demux.h')
-rw-r--r--gst/matroska/matroska-demux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/matroska/matroska-demux.h b/gst/matroska/matroska-demux.h
index e032c274..9a5a4166 100644
--- a/gst/matroska/matroska-demux.h
+++ b/gst/matroska/matroska-demux.h
@@ -95,6 +95,7 @@ typedef struct _GstMatroskaDemux {
GstEvent *close_segment;
GstEvent *new_segment;
+ GstTagList *global_tags;
} GstMatroskaDemux;
typedef struct _GstMatroskaDemuxClass {