tizen 2.3.1 release
[framework/multimedia/gst-plugins-ext0.10.git] / ssdemux / src / gstssdemux.h
index adc5525..b230b96 100755 (executable)
@@ -40,17 +40,18 @@ struct _GstSSDemux
   /* Properties */\r
   gchar **cookies;             /* HTTP request cookies. */\r
   gboolean allow_audio_only;  /*In LIVE case, allow audio only download when downloadrate is less */\r
-  guint fragments_cache;        /* number of fragments needed to be cached to start playing */\r
+  guint64 max_cache_time;\r
   gfloat bitrate_switch_tol;    /* tolerance with respect to the fragment duration to switch the bitarate*/\r
-  gboolean need_cache;\r
-  gboolean cancelled;\r
-  guint download_rate;\r
   GstBuffer *manifest;\r
   GstSSMParse *parser; /* manifest parser */\r
-\r
+  gint percent;\r
+  gint low_percent;\r
+  gint high_percent;\r
+  gboolean eos;\r
   GstSSDemuxStream *streams[SS_STREAM_NUM];\r
   SS_BW_MODE ss_mode;\r
   gboolean switch_eos;\r
+  GstBuffer *protection_header;\r
 };\r
 \r
 struct _GstSSDemuxClass\r