Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.h122 void gst_m3u8_set_uri (GstM3U8 * m3u8,
Dm3u8.c80 gst_m3u8_set_uri (GstM3U8 * m3u8, const gchar * uri, const gchar * base_uri, in gst_m3u8_set_uri() function
1544 gst_m3u8_set_uri (pending_stream->m3u8, base_uri, NULL, base_uri); in gst_hls_master_playlist_new_from_data()
1592 gst_m3u8_set_uri (pending_stream->m3u8, uri, NULL, name); in gst_hls_master_playlist_new_from_data()
1643 gst_m3u8_set_uri (stream->m3u8, stream->uri, NULL, stream->name); in gst_hls_master_playlist_new_from_data()
Dgsthlsdemux.c1579 gst_m3u8_set_uri (m3u8, download->redirect_uri, NULL, media->name); in gst_hls_demux_update_rendition_manifest()
1581 gst_m3u8_set_uri (m3u8, download->uri, download->redirect_uri, media->name); in gst_hls_demux_update_rendition_manifest()
1688 gst_m3u8_set_uri (m3u8, download->redirect_uri, NULL, in gst_hls_demux_update_playlist()
1691 gst_m3u8_set_uri (m3u8, download->uri, download->redirect_uri, in gst_hls_demux_update_playlist()