From: Wim Taymans Date: Fri, 12 Jul 2013 14:01:14 +0000 (+0200) Subject: auth: fix typo X-Git-Tag: 1.19.3~495^2~1036 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6a82935958447716f1ba54a9bae648353ad1269;p=platform%2Fupstream%2Fgstreamer.git auth: fix typo --- diff --git a/gst/rtsp-server/rtsp-auth.c b/gst/rtsp-server/rtsp-auth.c index f7386a7..9de8c5c 100644 --- a/gst/rtsp-server/rtsp-auth.c +++ b/gst/rtsp-server/rtsp-auth.c @@ -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; }