Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c975 fail_unless (gst_uri_set_host (url, NULL)); in GST_START_TEST()
981 fail_unless (gst_uri_set_host (url, "example.com")); in GST_START_TEST()
988 fail_unless (!gst_uri_set_host (NULL, "fail")); in GST_START_TEST()
989 fail_unless (gst_uri_set_host (NULL, NULL)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h284 gboolean gst_uri_set_host (GstUri * uri, const gchar * host);
Dgsturi.c2247 gst_uri_set_host (GstUri * uri, const gchar * host) in gst_uri_set_host() function
/third_party/gstreamer/gstplugins_bad/gst/rtp/
Dgstrtpsink.c127 gst_uri_set_host (self->uri, g_value_get_string (value)); in gst_rtp_sink_set_property()
Dgstrtpsrc.c212 gst_uri_set_host (self->uri, g_value_get_string (value)); in gst_rtp_src_set_property()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcice.c328 gst_uri_set_host (turn_server, ip); in _add_turn_server()