mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
auth: small typos
This commit is contained in:
parent
0e1665b7c6
commit
533d237754
1 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ gst_rtsp_auth_set_default_token (GstRTSPAuth * auth, GstRTSPToken * token)
|
||||||
* gst_rtsp_auth_get_default_token:
|
* gst_rtsp_auth_get_default_token:
|
||||||
* @auth: a #GstRTSPAuth
|
* @auth: a #GstRTSPAuth
|
||||||
*
|
*
|
||||||
* Get the default token for @auth. This token will be used for unauthorized
|
* Get the default token for @auth. This token will be used for unauthenticated
|
||||||
* users.
|
* users.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): the #GstRTSPToken of @auth. gst_rtsp_token_unref() after
|
* Returns: (transfer full): the #GstRTSPToken of @auth. gst_rtsp_token_unref() after
|
||||||
|
@ -321,7 +321,7 @@ gst_rtsp_auth_add_basic (GstRTSPAuth * auth, const gchar * basic,
|
||||||
* @basic: (transfer none): the basic token
|
* @basic: (transfer none): the basic token
|
||||||
*
|
*
|
||||||
* Add a basic token for the default authentication algorithm that
|
* Add a basic token for the default authentication algorithm that
|
||||||
* enables the client qith privileges from @authgroup.
|
* enables the client with privileges from @authgroup.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gst_rtsp_auth_remove_basic (GstRTSPAuth * auth, const gchar * basic)
|
gst_rtsp_auth_remove_basic (GstRTSPAuth * auth, const gchar * basic)
|
||||||
|
|
Loading…
Reference in a new issue