Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspurl.c345 const gchar *pre_host; in gst_rtsp_url_get_request_uri_with_control() local
379 pre_host = url->family == GST_RTSP_FAM_INET6 ? "[" : ""; in gst_rtsp_url_get_request_uri_with_control()
386 g_strdup_printf ("rtsp://%s%s%s:%u%s%s%s%s%s", pre_host, in gst_rtsp_url_get_request_uri_with_control()
391 g_strdup_printf ("rtsp://%s%s%s%s%s%s%s%s", pre_host, url->host, in gst_rtsp_url_get_request_uri_with_control()
Dgstrtspconnection.c812 const gchar *pre_host = ""; in get_tunneled_connection_uri_strdup() local
816 pre_host = "["; in get_tunneled_connection_uri_strdup()
820 return g_strdup_printf ("http://%s%s%s:%d%s%s%s", pre_host, url->host, in get_tunneled_connection_uri_strdup()