Home
last modified time | relevance | path

Searched defs:_GstM3U8 (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.h68 struct _GstM3U8 struct
70 gchar *uri; /* actually downloaded URI */
71 gchar *base_uri; /* URI to use as base for resolving relative URIs.
73 gchar *name; /* This will be the "name" of the playlist, the original
77 gboolean endlist; /* if ENDLIST has been reached */
78 gint version; /* last EXT-X-VERSION */
79 GstClockTime targetduration; /* last EXT-X-TARGETDURATION */
80 gboolean allowcache; /* last EXT-X-ALLOWCACHE */
82 GList *files;
85 GList *current_file;
[all …]