summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-mux.h
diff options
context:
space:
mode:
authorArwed v. Merkatz <v.merkatz@gmx.net>2004-08-26 11:10:16 +0000
committerArwed v. Merkatz <v.merkatz@gmx.net>2004-08-26 11:10:16 +0000
commit356279a65b463071244ff9d46d014de8446d605d (patch)
treeba508b3271e32546f8ecb646e22303e9407f0a0e /gst/matroska/matroska-mux.h
parent80badd5a94710428ce0f6950a5c0c0d5ad51130f (diff)
Fix byte order reversion for writing ebml floats.
Original commit message from CVS: Fix byte order reversion for writing ebml floats. Write segment duration and muxing application in matroska. Added TTA codec to the list of supported codecs to mux into matroska.
Diffstat (limited to 'gst/matroska/matroska-mux.h')
-rw-r--r--gst/matroska/matroska-mux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/matroska/matroska-mux.h b/gst/matroska/matroska-mux.h
index 119237c9..78f31faf 100644
--- a/gst/matroska/matroska-mux.h
+++ b/gst/matroska/matroska-mux.h
@@ -57,6 +57,7 @@ typedef struct _GstMatroskaMux {
GstMatroskaTrackContext *track;
GstBuffer *buffer;
gboolean eos;
+ guint64 duration;
} sink[GST_MATROSKA_MUX_MAX_STREAMS];
guint num_streams,
num_v_streams, num_a_streams, num_t_streams;