Searched refs:gst_uri_get_port (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsturi.c | 386 fail_unless_equals_int (gst_uri_get_port (uri), tests[i].uri.port); in GST_START_TEST() 441 fail_unless_equals_int (gst_uri_get_port (uri), escaped_tests[i].uri.port); in GST_START_TEST() 861 fail_unless (gst_uri_get_port (url1) == 1234); in GST_START_TEST() 882 fail_unless (gst_uri_get_port (url2) == 1234); in GST_START_TEST() 898 fail_unless (gst_uri_get_port (url2) == 1234); in GST_START_TEST() 913 fail_unless (gst_uri_get_port (url2) == 0); in GST_START_TEST() 992 fail_unless (gst_uri_get_port (url) == 12345); in GST_START_TEST() 999 fail_unless (gst_uri_get_port (url) == GST_URI_NO_PORT); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/rtp/ |
D | gstrtpsink.c | 121 g_object_set (self, "port", gst_uri_get_port (self->uri), NULL); in gst_rtp_sink_set_property() 189 g_value_set_uint (value, gst_uri_get_port (self->uri)); in gst_rtp_sink_get_property() 502 gst_uri_get_port (self->uri) + 1, NULL); in gst_rtp_sink_start()
|
D | gstrtpsrc.c | 206 g_object_set (self, "port", gst_uri_get_port (self->uri), NULL); in gst_rtp_src_set_property() 298 g_value_set_uint (value, gst_uri_get_port (self->uri)); in gst_rtp_src_get_property() 702 g_inet_socket_address_new (iaddr, gst_uri_get_port (self->uri) + 1); in gst_rtp_src_start()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2locationhandler.c | 194 port = gst_uri_get_port (uri); in uri_handler_set_uri()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcice.c | 348 gst_uri_get_host (turn_server), gst_uri_get_port (turn_server), in _add_turn_server() 395 port = gst_uri_get_port (stun_server); in _add_stun_server() 921 port = gst_uri_get_port (uri); in _validate_turn_server()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.h | 287 guint gst_uri_get_port (const GstUri * uri);
|
D | gsturi.c | 2271 gst_uri_get_port (const GstUri * uri) in gst_uri_get_port() function
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtobject.c | 830 gst_uri_get_port (uri) == in gst_srt_object_validate_parameters() 831 GST_URI_NO_PORT ? GST_SRT_DEFAULT_PORT : gst_uri_get_port (uri); in gst_srt_object_validate_parameters() 875 gst_uri_get_host (srtobject->uri), gst_uri_get_port (srtobject->uri), in gst_srt_object_set_uri() 1345 port = gst_uri_get_port (srtobject->uri); in gst_srt_object_open_internal()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristsrc.c | 1426 if (gst_uri_get_port (gsturi)) in gst_rist_src_uri_set_uri() 1427 g_object_set (src, "port", gst_uri_get_port (gsturi), NULL); in gst_rist_src_uri_set_uri()
|