Searched defs:_GstM3U8 (Results 1 – 1 of 1) sorted by relevance
68 struct _GstM3U8 struct70 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 original77 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 …]