mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
auth: fix typo
This commit is contained in:
parent
5cf75e64af
commit
a6a8293595
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ check_factory (GstRTSPAuth * auth, GstRTSPClientState * state,
|
|||
GST_RTSP_MEDIA_FACTORY_PERM_ACCESS))
|
||||
goto no_access;
|
||||
} else if (g_str_equal (check, "auth.check.media.factory.construct")) {
|
||||
if (gst_rtsp_permissions_is_allowed (perms, role,
|
||||
if (!gst_rtsp_permissions_is_allowed (perms, role,
|
||||
GST_RTSP_MEDIA_FACTORY_PERM_CONSTRUCT))
|
||||
goto no_construct;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue