Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c714 gchar *v, *a, *header_uri = NULL; in gst_m3u8_update() local
720 header_uri = in gst_m3u8_update()
725 g_free (header_uri); in gst_m3u8_update()
729 g_free (header_uri); in gst_m3u8_update()
735 if (header_uri) { in gst_m3u8_update()
737 init_file = gst_m3u8_init_file_new (header_uri); in gst_m3u8_update()
Dgsthlsdemux.c1317 stream->fragment.header_uri = g_strdup (header_file->uri); in gst_hls_demux_update_fragment_info()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h118 gchar *header_uri; member
Dgstadaptivedemux.c3666 if (stream->fragment.header_uri != NULL) { in gst_adaptive_demux_stream_download_header_fragment()
3668 G_GINT64_FORMAT, stream->fragment.header_uri, in gst_adaptive_demux_stream_download_header_fragment()
3673 stream->fragment.header_uri, stream->fragment.header_range_start, in gst_adaptive_demux_stream_download_header_fragment()
3719 stream->fragment.header_uri ? "HEADER " : "", in gst_adaptive_demux_stream_download_fragment()
3722 if (stream->fragment.uri == NULL && stream->fragment.header_uri == NULL && in gst_adaptive_demux_stream_download_fragment()
4800 g_free (f->header_uri); in gst_adaptive_demux_stream_fragment_clear()
4801 f->header_uri = NULL; in gst_adaptive_demux_stream_fragment_clear()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c1241 stream->fragment.header_uri = in gst_dash_demux_stream_update_headers_info()
/third_party/gstreamer/gstplugins_bad/
DChangeLog89421 gst_dash_demux_stream_update_headers_info function will set header_uri and