mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
client: fix typo
This commit is contained in:
parent
50a71b9d86
commit
899f624845
1 changed files with 2 additions and 2 deletions
|
@ -1127,7 +1127,7 @@ handle_options_request (GstRTSPClient * client, GstRTSPUrl * uri,
|
|||
|
||||
/* remove duplicate and trailing '/' */
|
||||
static void
|
||||
santize_uri (GstRTSPUrl * uri)
|
||||
sanitize_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);
|
||||
sanitize_uri (uri);
|
||||
|
||||
/* get the session if there is any */
|
||||
res = gst_rtsp_message_get_header (request, GST_RTSP_HDR_SESSION, &sessid, 0);
|
||||
|
|
Loading…
Reference in a new issue