summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-mux.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-10-28 15:32:48 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-10-28 15:32:48 +0000
commit0166570e093c14e10a5c0e64ada784357dc8aa0f (patch)
treeb7e7b1414331ed2e6a9f349530eb3e273a713553 /gst/matroska/matroska-mux.h
parenta6562db28617c495842d557bc6bc6e3327f7e55a (diff)
gst/matroska/: Add SimpleBlock support to matroska demuxer and muxer (part of
Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream), (gst_matroska_demux_parse_info), (gst_matroska_demux_parse_blockgroup_or_simpleblock), (gst_matroska_demux_parse_cluster): * gst/matroska/matroska-ids.h: * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init), (gst_matroska_mux_init), (gst_matroska_mux_start), (gst_matroska_mux_create_buffer_header), (gst_matroska_mux_write_data), (gst_matroska_mux_set_property), (gst_matroska_mux_get_property): * gst/matroska/matroska-mux.h: Add SimpleBlock support to matroska demuxer and muxer (part of Matroska v2). (#319731)
Diffstat (limited to 'gst/matroska/matroska-mux.h')
-rw-r--r--gst/matroska/matroska-mux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/matroska/matroska-mux.h b/gst/matroska/matroska-mux.h
index 15f113cc..2f1d2db4 100644
--- a/gst/matroska/matroska-mux.h
+++ b/gst/matroska/matroska-mux.h
@@ -94,6 +94,9 @@ typedef struct _GstMatroskaMux {
/* Application name (for the writing application header element) */
gchar *writing_app;
+ /* Matroska version. */
+ guint matroska_version;
+
/* state */
GstMatroskaMuxState state;