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:
50a71b9
)
client: fix typo
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 28 Dec 2010 11:18:41 +0000
(12:18 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 28 Dec 2010 11:18:41 +0000
(12:18 +0100)
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 16646b74d0f948ca533abe26b1f677c89c432635..229456480ad4e93582e387752894bf1c14443b77 100644
(file)
--- a/
gst/rtsp-server/rtsp-client.c
+++ b/
gst/rtsp-server/rtsp-client.c
@@
-1127,7
+1127,7
@@
handle_options_request (GstRTSPClient * client, GstRTSPUrl * uri,
/* remove duplicate and trailing '/' */
static void
-santize_uri (GstRTSPUrl * uri)
+san
i
tize_uri (GstRTSPUrl * uri)
{
gint i, len;
gchar *s, *d;
@@
-1221,7
+1221,7
@@
handle_request (GstRTSPClient * client, GstRTSPMessage * request)
}
/* sanitize the uri */
- santize_uri (uri);
+ san
i
tize_uri (uri);
/* get the session if there is any */
res = gst_rtsp_message_get_header (request, GST_RTSP_HDR_SESSION, &sessid, 0);