summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-ids.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-06-29 11:41:55 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-06-29 11:41:55 +0000
commit62487ce3b5b6e47396c7e02ff01dec0003311ca0 (patch)
tree8497d2c2db8967467e8b3221d6aee9427b67643a /gst/matroska/matroska-ids.h
parent5aa89bdd337f4d619bd7ec16ca8d2d03ef6a564c (diff)
gst/matroska/: Send tag event after newsegment event.
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event), (gst_matroska_demux_loop_stream_parse_id): * gst/matroska/matroska-ids.h: Send tag event after newsegment event.
Diffstat (limited to 'gst/matroska/matroska-ids.h')
-rw-r--r--gst/matroska/matroska-ids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/matroska/matroska-ids.h b/gst/matroska/matroska-ids.h
index b9ba8ccd..cfc7b80d 100644
--- a/gst/matroska/matroska-ids.h
+++ b/gst/matroska/matroska-ids.h
@@ -257,6 +257,9 @@ typedef struct _GstMatroskaTrackContext {
/* Special counter for muxer to skip the first N vorbis/theora headers -
* they are put into codec private data, not muxed into the stream */
guint xiph_headers_to_skip;
+
+ /* Tags to send after newsegment event */
+ GstTagList *pending_tags;
} GstMatroskaTrackContext;
typedef struct _GstMatroskaTrackVideoContext {