Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / gst / matroska / matroska-demux.h
index 65061c1..0a6312e 100644 (file)
@@ -95,6 +95,9 @@ typedef struct _GstMatroskaDemux {
 
   /* gap handling */
   guint64                  max_gap_time;
+
+  /* for non-finalized files, with invalid segment duration */
+  gboolean                 invalid_duration;
 } GstMatroskaDemux;
 
 typedef struct _GstMatroskaDemuxClass {