mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-06 07:28:48 +00:00
rtsp-client: Fix typo in debug message
This commit is contained in:
parent
3452c5d4c6
commit
ffbabb1529
1 changed files with 1 additions and 1 deletions
|
@ -1412,7 +1412,7 @@ handle_pause_request (GstRTSPClient * client, GstRTSPContext * ctx)
|
||||||
/* ERRORS */
|
/* ERRORS */
|
||||||
no_session:
|
no_session:
|
||||||
{
|
{
|
||||||
GST_ERROR ("client %p: no seesion", client);
|
GST_ERROR ("client %p: no session", client);
|
||||||
send_generic_response (client, GST_RTSP_STS_SESSION_NOT_FOUND, ctx);
|
send_generic_response (client, GST_RTSP_STS_SESSION_NOT_FOUND, ctx);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue