summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-02-08 21:35:53 +0100
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-02-16 16:07:21 +0100
commit87e80aab576207c34ce4ce624c7720767e7858bf (patch)
tree3be25f6a723cb748975424a5381d957089bb2914
parent172c0c6a6ac81d82c747fe6eb3151adb46c6832c (diff)
rtspsrc: fix typo in debug message
-rw-r--r--gst/rtsp/gstrtspsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
index 118b8e174..281371f70 100644
--- a/gst/rtsp/gstrtspsrc.c
+++ b/gst/rtsp/gstrtspsrc.c
@@ -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: