Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c991 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/
Dgstwebrtcice.c399 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/
Dgsturi.h290 gboolean gst_uri_set_port (GstUri * uri, guint port);
Dgsturi.c2289 gst_uri_set_port (GstUri * uri, guint port) in gst_uri_set_port() function
/third_party/gstreamer/gstplugins_bad/gst/rtp/
Dgstrtpsink.c141 gst_uri_set_port (self->uri, port); in gst_rtp_sink_set_property()
Dgstrtpsrc.c226 gst_uri_set_port (self->uri, port); in gst_rtp_src_set_property()