diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2018-02-23 03:26:21 +0100 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2018-02-23 03:27:09 +0100 |
commit | d67e097c61f3c3ffd2a7dd338441c5b603b418e7 (patch) | |
tree | d91a4d0bc1613cd47f67ea7f155de50ac0956761 | |
parent | f9cb7cffa89a17b086851f32631f7f489f49d0f3 (diff) |
rtsp-auth: fix set_tls_authentication_mode annotation
-rw-r--r-- | gst/rtsp-server/rtsp-auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp-server/rtsp-auth.c b/gst/rtsp-server/rtsp-auth.c index cfad966..d019275 100644 --- a/gst/rtsp-server/rtsp-auth.c +++ b/gst/rtsp-server/rtsp-auth.c @@ -375,7 +375,7 @@ gst_rtsp_auth_get_tls_database (GstRTSPAuth * auth) /** * gst_rtsp_auth_set_tls_authentication_mode: * @auth: a #GstRTSPAuth - * @mode: (transfer none) (allow-none): a #GTlsAuthenticationMode + * @mode: a #GTlsAuthenticationMode * * The #GTlsAuthenticationMode to set on the underlying GTlsServerConnection. * When set to another value than %G_TLS_AUTHENTICATION_NONE, |