Searched refs:GST_RTSP_HDR_AUTHORIZATION (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspdefs.h | 248 GST_RTSP_HDR_AUTHORIZATION, /* Authorization R opt. all */ enumerator
|
D | gstrtsp-enumtypes.c | 182 { C_ENUM(GST_RTSP_HDR_AUTHORIZATION), "GST_RTSP_HDR_AUTHORIZATION", "authorization" }, in gst_rtsp_header_field_get_type()
|
D | gstrtspmessage.c | 1382 if (end[0] != '\0' && field == GST_RTSP_HDR_AUTHORIZATION in parse_auth_credentials() 1436 if (field == GST_RTSP_HDR_AUTHORIZATION) in parse_auth_credentials()
|
D | gstrtspconnection.c | 1144 gst_rtsp_message_take_header (message, GST_RTSP_HDR_AUTHORIZATION, in add_auth_header() 1191 gst_rtsp_message_remove_header (message, GST_RTSP_HDR_AUTHORIZATION, -1); in add_auth_header() 1192 gst_rtsp_message_take_header (message, GST_RTSP_HDR_AUTHORIZATION, in add_auth_header()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtsp.c | 920 gst_rtsp_message_add_header (msg, GST_RTSP_HDR_AUTHORIZATION, in GST_START_TEST() 923 gst_rtsp_message_parse_auth_credentials (msg, GST_RTSP_HDR_AUTHORIZATION); in GST_START_TEST() 943 gst_rtsp_message_add_header (msg, GST_RTSP_HDR_AUTHORIZATION, in GST_START_TEST() 946 gst_rtsp_message_parse_auth_credentials (msg, GST_RTSP_HDR_AUTHORIZATION); in GST_START_TEST()
|