Home
last modified time | relevance | path

Searched refs:GST_URI_NO_PORT (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c236 {"scheme", NULL, NULL, GST_URI_NO_PORT, NULL, {{NULL, NULL}}, NULL}}, \
238 {"scheme", NULL, NULL, GST_URI_NO_PORT, "path", {{NULL, NULL}}, NULL}}, \
240 {NULL, NULL, NULL, GST_URI_NO_PORT, "path", {{NULL, NULL}}, NULL}}, \
242 {NULL, NULL, NULL, GST_URI_NO_PORT, "/path", {{NULL, NULL}}, NULL}}, \
245 {"scheme", NULL, "hostname", GST_URI_NO_PORT, "/path", {{NULL, NULL}}, \
251 {"scheme", NULL, "01:23:45:67:89:ab:cd:ef", GST_URI_NO_PORT, "/path", \
258 {NULL, NULL, NULL, GST_URI_NO_PORT, "path", {{"query", NULL}, {NULL, \
261 {NULL, NULL, NULL, GST_URI_NO_PORT, "path", {{"query", "value"}, {NULL, \
264 {NULL, NULL, NULL, GST_URI_NO_PORT, "path", {{"query", NULL}, {NULL, \
267 {NULL, NULL, NULL, GST_URI_NO_PORT, "path", {{"query", "value"}, {NULL, \
[all …]
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dgstrtmp2locationhandler.c195 if (port == GST_URI_NO_PORT) { in uri_handler_set_uri()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c2014 uri->port != GST_URI_NO_PORT) in gst_uri_to_string()
2035 if (uri->port != GST_URI_NO_PORT) in gst_uri_to_string()
2273 g_return_val_if_fail (uri == NULL || GST_IS_URI (uri), GST_URI_NO_PORT); in gst_uri_get_port()
2274 return (uri ? uri->port : GST_URI_NO_PORT); in gst_uri_get_port()
2292 return port == GST_URI_NO_PORT; in gst_uri_set_port()
Dgsturi.h207 #define GST_URI_NO_PORT 0 macro
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcice.c396 if (port == GST_URI_NO_PORT) { in _add_stun_server()
923 if (port == GST_URI_NO_PORT) { in _validate_turn_server()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesrc.c514 GstUri *uri = gst_uri_new ("multifle", NULL, NULL, GST_URI_NO_PORT, in gst_multi_file_src_uri_get_uri()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpclient.c241 location->port == default_port ? GST_URI_NO_PORT : location->port, "/", in gst_rtmp_location_get_string()
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtobject.c831 GST_URI_NO_PORT ? GST_SRT_DEFAULT_PORT : gst_uri_get_port (uri); in gst_srt_object_validate_parameters()