Searched refs:GST_RTSP_AUTH_NONE (Results 1 – 4 of 4) sorted by relevance
218 GST_RTSP_AUTH_NONE = 0x00, enumerator
160 { C_ENUM(GST_RTSP_AUTH_NONE), "GST_RTSP_AUTH_NONE", "none" }, in gst_rtsp_auth_method_get_type()
396 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()
6354 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()