Searched refs:gst_uri_get_host (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsturi.c | 385 fail_unless_equals_string (gst_uri_get_host (uri), tests[i].uri.host); in GST_START_TEST() 439 fail_unless_equals_string (gst_uri_get_host (uri), in GST_START_TEST() 536 fail_unless_equals_string (gst_uri_get_host (url), "host.com"); in GST_START_TEST() 860 fail_unless_equals_string (gst_uri_get_host (url1), "hostname"); in GST_START_TEST() 881 fail_unless_equals_string (gst_uri_get_host (url2), "hostname"); in GST_START_TEST() 897 fail_unless_equals_string (gst_uri_get_host (url2), "hostname"); in GST_START_TEST() 912 fail_unless_equals_string (gst_uri_get_host (url2), "foobar.com"); in GST_START_TEST() 976 fail_unless (gst_uri_get_host (url) == NULL); in GST_START_TEST() 982 fail_unless_equals_string (gst_uri_get_host (url), "example.com"); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/rtp/ |
D | gstrtpsink.c | 120 g_object_set (self, "address", gst_uri_get_host (self->uri), NULL); in gst_rtp_sink_set_property() 186 g_value_set_string (value, gst_uri_get_host (self->uri)); in gst_rtp_sink_get_property() 478 iaddr = g_inet_address_new_from_string (gst_uri_get_host (self->uri)); in gst_rtp_sink_start() 485 g_resolver_lookup_by_name (resolver, gst_uri_get_host (self->uri), NULL, in gst_rtp_sink_start() 525 ("Could not resolve hostname '%s'", gst_uri_get_host (self->uri)), in gst_rtp_sink_start()
|
D | gstrtpsrc.c | 205 g_object_set (self, "address", gst_uri_get_host (self->uri), NULL); in gst_rtp_src_set_property() 295 g_value_set_string (value, gst_uri_get_host (self->uri)); in gst_rtp_src_get_property() 676 iaddr = g_inet_address_new_from_string (gst_uri_get_host (self->uri)); in gst_rtp_src_start() 683 g_resolver_lookup_by_name (resolver, gst_uri_get_host (self->uri), NULL, in gst_rtp_src_start() 739 ("Could not resolve hostname '%s'", gst_uri_get_host (self->uri)), in gst_rtp_src_start()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtobject.c | 823 gst_uri_get_host (uri) == in gst_srt_object_validate_parameters() 824 NULL ? GST_SRT_DEFAULT_LOCALADDRESS : gst_uri_get_host (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() 878 addr_str = gst_uri_get_host (srtobject->uri); in gst_srt_object_set_uri() 1336 addr_str = gst_uri_get_host (srtobject->uri); in gst_srt_object_open_internal()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2locationhandler.c | 187 host = gst_uri_get_host (uri); in uri_handler_set_uri()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcice.c | 316 host = gst_uri_get_host (turn_server); in _add_turn_server() 348 gst_uri_get_host (turn_server), gst_uri_get_port (turn_server), in _add_turn_server() 389 host = gst_uri_get_host (stun_server); in _add_stun_server()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.h | 281 const gchar * gst_uri_get_host (const GstUri * uri);
|
D | gsturi.c | 2229 gst_uri_get_host (const GstUri * uri) in gst_uri_get_host() function
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristsrc.c | 1425 g_object_set (src, "address", gst_uri_get_host (gsturi), NULL); in gst_rist_src_uri_set_uri()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 44893 Webrtcbin : Need to use 'host' from gst_uri_get_host s libnice agent expects it 44896 …It is observered that if we don't convert the host parameter by using gst_uri_get_host, it fails i…
|