gst/matroska/: Set timestamps on outgoing ebml headers as well, so that the element...
[platform/upstream/gst-plugins-good.git] / gst / matroska / ebml-write.h
index 01a9992..b579d8b 100644 (file)
@@ -46,6 +46,7 @@ typedef struct _GstEbmlWrite {
 
   GstPad *srcpad;
   guint64 pos;
+  GstClockTime timestamp;
 
   GstBuffer *cache;
   guint cache_size;