Home
last modified time | relevance | path

Searched defs:gst_soup_uri_to_string (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsouphttpsrc.c47 #define gst_soup_uri_to_string(x) g_uri_to_string_partial(x, G_URI_HIDE_PASSWORD) macro
53 #define gst_soup_uri_to_string(x) soup_uri_to_string(x, FALSE) macro
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouploader.c414 gst_soup_uri_to_string (GstSoupUri * uri) in gst_soup_uri_to_string() function