X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fmatroska%2Fmatroska-demux.h;h=192189f13b1448f1d6b9d8021ed0b4d8975acdbc;hb=682ae32f6f8a81e4c3cb164bb285c3d5f1069fa5;hp=c9ab2fc8e13f2a05a8b8f4aed8c39f720915c0ec;hpb=c78048bc25c6b0b7018a442bab24227452b6dd57;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/matroska/matroska-demux.h b/gst/matroska/matroska-demux.h index c9ab2fc..192189f 100644 --- a/gst/matroska/matroska-demux.h +++ b/gst/matroska/matroska-demux.h @@ -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 {