Merge branch 'move_subdir_rtsp-server' into tizen_gst_1.19.2_mono
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / ext / hls / gsthlsdemux.h
index 98d6099..16bcaf3 100644 (file)
@@ -97,6 +97,10 @@ struct _GstHLSDemuxStream
                                           We only know that it is the last at EOS */
   guint64 current_offset;              /* offset we're currently at */
   gboolean reset_pts;
+#ifdef TIZEN_FEATURE_HLSDEMUX_DISCONT
+  GstClockTime sequence_pos;
+  GstClockTime last_pcr;
+#endif
 
   /* decryption tooling */
 #if defined(HAVE_OPENSSL)
@@ -118,7 +122,9 @@ struct _GstHLSDemuxStream
    * the stream so we can set timestamps/segments
    * and switch cleanly */
   GstBuffer *pending_pcr_buffer;
-
+#ifdef TIZEN_FEATURE_HLSDEMUX_DISCONT_SEQUENCE
+  gint failed_count;
+#endif
   GstHLSTSReader tsreader;
 };