Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdhelper.c170 ret = gst_uri_from_string_with_base (base, baseURL->baseURL); in gst_mpd_helper_combine_urls()
Dgstmpdclient.c244 uri = gst_uri_from_string_with_base (base_uri, segment_list->xlink_href); in gst_mpd_client_fetch_external_segment_list()
1159 uri = gst_uri_from_string_with_base (base_uri, period_node->xlink_href); in gst_mpd_client_fetch_external_periods()
1494 uri = gst_uri_from_string_with_base (base_uri, adapt_set->xlink_href); in gst_mpd_client_fetch_external_adaptation_set()
2102 frag_url = gst_uri_from_string_with_base (base_url, mediaURL); in gst_mpd_client_get_next_fragment()
2112 frag_url = gst_uri_make_writable (gst_uri_from_string_with_base (base_url, in gst_mpd_client_get_next_fragment()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h242 GstUri * gst_uri_from_string_with_base (GstUri * base,
Dgsturi.c1698 gst_uri_from_string_with_base (GstUri * base, const gchar * uri) in gst_uri_from_string_with_base() function
1932 result = gst_uri_from_string_with_base (base, ref_uri); in gst_uri_join_strings()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c894 url2 = gst_uri_from_string_with_base (url1, "/a/new/path/to/file"); in GST_START_TEST()
910 url2 = gst_uri_from_string_with_base (url1, "http://foobar.com/bla"); in GST_START_TEST()
/third_party/gstreamer/gstreamer/
DChangeLog27309 uri: Add test for correct absolute URI handling in gst_uri_from_string_with_base()