summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-mux.h
diff options
context:
space:
mode:
authorArwed v. Merkatz <v.merkatz@gmx.net>2004-09-09 15:40:06 +0000
committerArwed v. Merkatz <v.merkatz@gmx.net>2004-09-09 15:40:06 +0000
commit56a8d7c6808f3db5409caf4498bd8d55cc125622 (patch)
tree007a127d9049b95ca954b7a442b4e94c580518e1 /gst/matroska/matroska-mux.h
parentd4c469d6bda1378328ec525d215107a812f41040 (diff)
Write multiple blocks/frames per cluster.
Original commit message from CVS: Write multiple blocks/frames per cluster.
Diffstat (limited to 'gst/matroska/matroska-mux.h')
-rw-r--r--gst/matroska/matroska-mux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/matroska/matroska-mux.h b/gst/matroska/matroska-mux.h
index f923ce86..9e70750d 100644
--- a/gst/matroska/matroska-mux.h
+++ b/gst/matroska/matroska-mux.h
@@ -103,6 +103,11 @@ typedef struct _GstMatroskaMux {
tracks_pos,
duration_pos;
guint64 segment_master;
+
+ /* current cluster */
+ guint64 cluster,
+ cluster_time,
+ cluster_pos;
} GstMatroskaMux;
typedef struct _GstMatroskaMuxClass {