Home
last modified time | relevance | path

Searched refs:parse_attributes (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c275 parse_attributes (gchar ** ptr, gchar ** a, gchar ** v) in parse_attributes() function
663 while (data && parse_attributes (&data, &a, &v)) { in gst_m3u8_update()
718 while (data != NULL && parse_attributes (&data, &a, &v)) { in gst_m3u8_update()
1346 while (desc != NULL && parse_attributes (&desc, &a, &v)) { in gst_m3u8_parse_media()
1612 while (data && parse_attributes (&data, &a, &v)) { in gst_hls_master_playlist_new_from_data()