subparse: Calcurate buffer pts using timestamp map for HLS webvtt
[platform/upstream/gst-plugins-base.git] / gst / subparse / gstsubparse.h
index 59f6d75..893f16e 100644 (file)
@@ -84,7 +84,8 @@ typedef struct {
   gboolean langlist_msg_posted;
 #endif
 #ifdef TIZEN_FEATURE_HLS_WEBVTT
-  gchar* timestamp_map;
+  guint64 local;
+  guint64 mpegts;
 #endif
 } ParserState;