adaptivedemux2: Improve reverse playback buffering.
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-good / ext / adaptivedemux2 / gstadaptivedemux.h
index ceeaa22..9a118ed 100644 (file)
@@ -208,6 +208,7 @@ struct _GstAdaptiveDemuxTrack
   /* Input segment and time (in running time) */
   GstSegment input_segment;
   GstClockTimeDiff input_time;
+  GstClockTimeDiff lowest_input_time;
   guint64 input_segment_seqnum;
 
   /* ================= */