summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-mux.h
diff options
context:
space:
mode:
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 {