Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.h133 gchar *queryURL; /* active queryURL used for last request */ member
Dgstmpdclient.c1109 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()
Dgstmpdparser.c1361 g_free (active_stream->queryURL); in gst_mpdparser_free_active_stream()
1362 active_stream->queryURL = NULL; in gst_mpdparser_free_active_stream()