Searched refs:post_host (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspurl.c | 346 const gchar *post_host; in gst_rtsp_url_get_request_uri_with_control() local 380 post_host = url->family == GST_RTSP_FAM_INET6 ? "]" : ""; in gst_rtsp_url_get_request_uri_with_control() 387 url->host, post_host, url->port, url->abspath, in gst_rtsp_url_get_request_uri_with_control() 392 post_host, url->abspath, slash, actual_control_path, pre_query, query); in gst_rtsp_url_get_request_uri_with_control()
|
D | gstrtspconnection.c | 813 const gchar *post_host = ""; in get_tunneled_connection_uri_strdup() local 817 post_host = "]"; in get_tunneled_connection_uri_strdup() 821 post_host, port, url->abspath, url->query ? "?" : "", in get_tunneled_connection_uri_strdup()
|