matroskademux: configurable timestamp gap handling
[platform/upstream/gstreamer.git] / gst / matroska / matroska-demux.h
index c9ab2fc..192189f 100644 (file)
@@ -91,6 +91,9 @@ typedef struct _GstMatroskaDemux {
   /* reverse playback */
   GArray                  *seek_index;
   gint                     seek_entry;
+
+  /* gap handling */
+  guint64                  max_gap_time;
 } GstMatroskaDemux;
 
 typedef struct _GstMatroskaDemuxClass {