Home
last modified time | relevance | path

Searched refs:GST_RTSP_AUTH_NONE (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h218 GST_RTSP_AUTH_NONE = 0x00, enumerator
Dgstrtsp-enumtypes.c160 { C_ENUM(GST_RTSP_AUTH_NONE), "GST_RTSP_AUTH_NONE", "none" }, in gst_rtsp_auth_method_get_type()
Dgstrtspconnection.c396 newconn->auth_method = GST_RTSP_AUTH_NONE; in gst_rtsp_connection_create()
3173 if (method == GST_RTSP_AUTH_NONE && (user == NULL || pass == NULL)) in gst_rtsp_connection_set_auth()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c6354 GstRTSPAuthMethod avail_methods = GST_RTSP_AUTH_NONE; in gst_rtspsrc_setup_auth()
6366 if (avail_methods == GST_RTSP_AUTH_NONE) in gst_rtspsrc_setup_auth()
6402 for (method = GST_RTSP_AUTH_MAX; method != GST_RTSP_AUTH_NONE; method >>= 1) { in gst_rtspsrc_setup_auth()
6418 if (method == GST_RTSP_AUTH_NONE) in gst_rtspsrc_setup_auth()