mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
rtspsrc: fix typo in debug message
This commit is contained in:
parent
172c0c6a6a
commit
87e80aab57
1 changed files with 1 additions and 1 deletions
|
@ -3219,7 +3219,7 @@ gst_rtspsrc_loop_udp (GstRTSPSrc * src)
|
|||
goto interrupt;
|
||||
case GST_RTSP_ETIMEOUT:
|
||||
/* send keep-alive, ignore the result, a warning will be posted. */
|
||||
GST_DEBUG_OBJECT (src, "timout, sending keep-alive");
|
||||
GST_DEBUG_OBJECT (src, "timeout, sending keep-alive");
|
||||
gst_rtspsrc_send_keep_alive (src);
|
||||
continue;
|
||||
case GST_RTSP_EEOF:
|
||||
|
|
Loading…
Reference in a new issue