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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/matroska/matroska-mux.h b/gst/matroska/matroska-mux.h
index 39ce63b1..85d92550 100644
--- a/gst/matroska/matroska-mux.h
+++ b/gst/matroska/matroska-mux.h
@@ -76,6 +76,8 @@ typedef struct
GstBuffer *buffer; /* the queued buffer for this pad */
guint64 duration;
+ GstClockTime start_ts;
+ GstClockTime end_ts; /* last timestamp + (if available) duration */
}
GstMatroskaPad;