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.h141 void gst_m3u8_set_uri (GstM3U8 * m3u8,
Dm3u8.c222 gst_m3u8_set_uri (GstM3U8 * m3u8, const gchar * uri, const gchar * base_uri, in gst_m3u8_set_uri() function
1777 gst_m3u8_set_uri (pending_stream->m3u8, base_uri, NULL, base_uri); in gst_hls_master_playlist_new_from_data()
1825 gst_m3u8_set_uri (pending_stream->m3u8, uri, NULL, name); in gst_hls_master_playlist_new_from_data()
1876 gst_m3u8_set_uri (stream->m3u8, stream->uri, NULL, stream->name); in gst_hls_master_playlist_new_from_data()
Dgsthlsdemux.c1670 gst_m3u8_set_uri (m3u8, download->redirect_uri, NULL, media->name); in gst_hls_demux_update_rendition_manifest()
1672 gst_m3u8_set_uri (m3u8, download->uri, download->redirect_uri, media->name); in gst_hls_demux_update_rendition_manifest()
1779 gst_m3u8_set_uri (m3u8, download->redirect_uri, NULL, in gst_hls_demux_update_playlist()
1782 gst_m3u8_set_uri (m3u8, download->uri, download->redirect_uri, in gst_hls_demux_update_playlist()