Searched refs:queryURL (Results 1 – 4 of 4) sorted by relevance
749 const queryURL = new URL(requestQuery.url)756 queryURL.search = ''759 if (!urlEquals(queryURL, cachedURL, true)) {
133 gchar *queryURL; /* active queryURL used for last request */ member
1109 g_free (stream->queryURL); in gst_mpd_client_setup_representation()1111 gst_mpd_client_parse_baseURL (client, stream, &stream->queryURL); in gst_mpd_client_setup_representation()2104 if (stream->queryURL) { in gst_mpd_client_get_next_fragment()2106 gst_uri_set_query_string (frag_url, stream->queryURL); in gst_mpd_client_get_next_fragment()2114 gst_uri_set_query_string (frag_url, stream->queryURL); in gst_mpd_client_get_next_fragment()
1361 g_free (active_stream->queryURL); in gst_mpdparser_free_active_stream()1362 active_stream->queryURL = NULL; in gst_mpdparser_free_active_stream()