Lines Matching defs:_GstHLSVariantStream
204 struct _GstHLSVariantStream { struct
205 gchar *name; /* This will be the "name" of the playlist, the original
207 gchar *uri;
208 gchar *codecs;
209 gint bandwidth;
210 gint program_id;
211 gint width;
212 gint height;
213 gboolean iframe;
215 gint refcount; /* ATOMIC */
217 GstM3U8 *m3u8; /* media playlist */
220 gchar *media_groups[GST_HLS_N_MEDIA_TYPES];
221 GList *media[GST_HLS_N_MEDIA_TYPES];