Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c832 guint16 url_port; in setup_tunneling() local
845 gst_rtsp_url_get_port (url, &url_port); in setup_tunneling()
846 host = g_strdup_printf ("%s:%d", url->host, url_port); in setup_tunneling()
897 connection_uri = get_tunneled_connection_uri_strdup (url, url_port); in setup_tunneling()
1034 guint16 url_port; in gst_rtsp_connection_connect_with_response_usec() local
1047 gst_rtsp_url_get_port (url, &url_port); in gst_rtsp_connection_connect_with_response_usec()
1050 connection_uri = get_tunneled_connection_uri_strdup (url, url_port); in gst_rtsp_connection_connect_with_response_usec()
1061 connection_uri, url_port, conn->cancellable, &error); in gst_rtsp_connection_connect_with_response_usec()