Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.h490 gchar *queryURL; /* active queryURL used for last request */ member
Dgstmpdparser.c3170 g_free (active_stream->queryURL); in gst_mpdparser_free_active_stream()
3171 active_stream->queryURL = NULL; in gst_mpdparser_free_active_stream()
4212 g_free (stream->queryURL); in gst_mpd_client_setup_representation()
4214 gst_mpdparser_parse_baseURL (client, stream, &stream->queryURL); in gst_mpd_client_setup_representation()
5261 if (stream->queryURL) { in gst_mpd_client_get_next_fragment()
5263 gst_uri_set_query_string (frag_url, stream->queryURL); in gst_mpd_client_get_next_fragment()
5271 gst_uri_set_query_string (frag_url, stream->queryURL); in gst_mpd_client_get_next_fragment()