mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 03:24:14 +00:00
client: don't check url in response
There is no url or method in the response to check
This commit is contained in:
parent
1f84618725
commit
1287b5f772
1 changed files with 0 additions and 8 deletions
|
@ -2002,9 +2002,6 @@ handle_response (GstRTSPClient * client, GstRTSPMessage * response)
|
|||
|
||||
ctx->session = session;
|
||||
|
||||
if (!gst_rtsp_auth_check (GST_RTSP_AUTH_CHECK_URL))
|
||||
goto not_authorized;
|
||||
|
||||
g_signal_emit (client, gst_rtsp_client_signals[SIGNAL_HANDLE_RESPONSE],
|
||||
0, ctx);
|
||||
|
||||
|
@ -2025,11 +2022,6 @@ session_not_found:
|
|||
GST_ERROR ("client %p: session not found", client);
|
||||
goto done;
|
||||
}
|
||||
not_authorized:
|
||||
{
|
||||
GST_ERROR ("client %p: not allowed", client);
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue