Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.h220 GST_RTSP_AUTH_DIGEST = 0x02 enumerator
228 #define GST_RTSP_AUTH_MAX GST_RTSP_AUTH_DIGEST
Dgstrtsp-enumtypes.c162 { C_ENUM(GST_RTSP_AUTH_DIGEST), "GST_RTSP_AUTH_DIGEST", "digest" }, in gst_rtsp_auth_method_get_type()
Dgstrtspmessage.c1372 auth_credential->scheme = GST_RTSP_AUTH_DIGEST; in parse_auth_credentials()
Dgstrtspconnection.c1151 case GST_RTSP_AUTH_DIGEST:{ in add_auth_header()
3168 if (method == GST_RTSP_AUTH_DIGEST && ((user == NULL || pass == NULL) in gst_rtsp_connection_set_auth()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtsp.c735 fail_unless_equals_int ((*credential)->scheme, GST_RTSP_AUTH_DIGEST); in GST_START_TEST()
851 fail_unless_equals_int ((*credential)->scheme, GST_RTSP_AUTH_DIGEST); in GST_START_TEST()
896 fail_unless_equals_int ((*credential)->scheme, GST_RTSP_AUTH_DIGEST); in GST_START_TEST()
950 fail_unless_equals_int ((*credential)->scheme, GST_RTSP_AUTH_DIGEST); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c6311 } else if ((*credential)->scheme == GST_RTSP_AUTH_DIGEST) { in gst_rtspsrc_parse_auth_hdr()
6314 *methods |= GST_RTSP_AUTH_DIGEST; in gst_rtspsrc_parse_auth_hdr()