Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.h203 const gchar * gst_rtsp_connection_get_ip (const GstRTSPConnection *conn);
Dgstrtspconnection.c3413 gst_rtsp_connection_get_ip (const GstRTSPConnection * conn) in gst_rtsp_connection_get_ip() function
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtspconnection.c853 fail_unless_equals_string (gst_rtsp_connection_get_ip (conn), "127.0.0.1"); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c4359 *destination = gst_rtsp_connection_get_ip (src->conninfo.connection); in gst_rtspsrc_get_transport_info()
4362 gst_rtsp_connection_get_ip (stream->conninfo.connection); in gst_rtspsrc_get_transport_info()
/third_party/gstreamer/gstplugins_good/
DChangeLog128984 …gst/rtsp/gstrtspsrc.c: Use the new gst_rtsp_connection_get_ip() to access the IP address of a GstR…
128987 Use the new gst_rtsp_connection_get_ip() to access the IP address
/third_party/gstreamer/gstplugins_base/
DChangeLog132337 (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):