projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f84618
)
client: don't check url in response
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 23 Aug 2013 08:38:43 +0000
(10:38 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 23 Aug 2013 08:38:43 +0000
(10:38 +0200)
There is no url or method in the response to check
gst/rtsp-server/rtsp-client.c
patch
|
blob
|
history
diff --git
a/gst/rtsp-server/rtsp-client.c
b/gst/rtsp-server/rtsp-client.c
index
5de2cb2
..
67dfe83
100644
(file)
--- a/
gst/rtsp-server/rtsp-client.c
+++ b/
gst/rtsp-server/rtsp-client.c
@@
-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