Searched refs:gst_uri_set_port (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsturi.c | 991 fail_unless (gst_uri_set_port (url, 12345)); in GST_START_TEST() 998 fail_unless (gst_uri_set_port (url, GST_URI_NO_PORT)); in GST_START_TEST() 1005 fail_unless (!gst_uri_set_port (NULL, 1234)); in GST_START_TEST() 1006 fail_unless (gst_uri_set_port (NULL, GST_URI_NO_PORT)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcice.c | 399 gst_uri_set_port (stun_server, port); in _add_stun_server() 925 gst_uri_set_port (uri, 5349); in _validate_turn_server() 927 gst_uri_set_port (uri, 3478); in _validate_turn_server()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.h | 290 gboolean gst_uri_set_port (GstUri * uri, guint port);
|
D | gsturi.c | 2289 gst_uri_set_port (GstUri * uri, guint port) in gst_uri_set_port() function
|
/third_party/gstreamer/gstplugins_bad/gst/rtp/ |
D | gstrtpsink.c | 141 gst_uri_set_port (self->uri, port); in gst_rtp_sink_set_property()
|
D | gstrtpsrc.c | 226 gst_uri_set_port (self->uri, port); in gst_rtp_src_set_property()
|