mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
auth: debug authorization check
This commit is contained in:
parent
c4c9c873b8
commit
1a0c7051aa
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ gst_rtsp_auth_check (const gchar * check)
|
||||||
|
|
||||||
klass = GST_RTSP_AUTH_GET_CLASS (auth);
|
klass = GST_RTSP_AUTH_GET_CLASS (auth);
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (auth, "check auth");
|
GST_DEBUG_OBJECT (auth, "check authorization '%s'", check);
|
||||||
|
|
||||||
if (klass->check)
|
if (klass->check)
|
||||||
result = klass->check (auth, state, check);
|
result = klass->check (auth, state, check);
|
||||||
|
|
Loading…
Reference in a new issue