summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-demux.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-15 14:08:41 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-15 14:08:41 +0000
commit8012622e1bddb6477d5ea32ad2cdf45fd8d19806 (patch)
tree86370d7dbba5ba27d623f5d3a34bbda2e34889b2 /gst/matroska/matroska-demux.h
parent3a99102c491970acefceeed80b74d1b973807b4f (diff)
gst/matroska/: Make sure that every Tags element is only parsed once and it's containing tags are only posted once.
Original commit message from CVS: * gst/matroska/ebml-read.c: * gst/matroska/ebml-read.h: * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset), (gst_matroska_demux_parse_metadata): * gst/matroska/matroska-demux.h: Make sure that every Tags element is only parsed once and it's containing tags are only posted once.
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 413cdc8a..8ea9c3ac 100644
--- a/gst/matroska/matroska-demux.h
+++ b/gst/matroska/matroska-demux.h
@@ -81,6 +81,7 @@ typedef struct _GstMatroskaDemux {
gboolean index_parsed;
gboolean tracks_parsed;
gboolean segmentinfo_parsed;
+ GList *tags_parsed;
/* start-of-segment */
guint64 ebml_segment_start;