From ea67b932b3668d0cb006544a1ae4b852a0cf8f92 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 20 Jun 2018 04:30:04 +0200 Subject: [PATCH] docs: add missing auth methods --- docs/libs/gst-rtsp-server-sections.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/libs/gst-rtsp-server-sections.txt b/docs/libs/gst-rtsp-server-sections.txt index 3e43110a2a..953bf71a7d 100644 --- a/docs/libs/gst-rtsp-server-sections.txt +++ b/docs/libs/gst-rtsp-server-sections.txt @@ -51,9 +51,13 @@ gst_rtsp_auth_set_tls_authentication_mode gst_rtsp_auth_make_basic gst_rtsp_auth_add_basic gst_rtsp_auth_remove_basic +gst_rtsp_auth_add_digest +gst_rtsp_auth_remove_digest gst_rtsp_auth_check gst_rtsp_auth_get_default_token gst_rtsp_auth_set_default_token +gst_rtsp_auth_get_supported_methods +gst_rtsp_auth_set_supported_methods GST_RTSP_AUTH_CHECK_CONNECT