rtspsrc: fix typo in debug message
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 8 Feb 2010 20:35:53 +0000 (21:35 +0100)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Tue, 16 Feb 2010 15:07:21 +0000 (16:07 +0100)
gst/rtsp/gstrtspsrc.c

index 118b8e1..281371f 100644 (file)
@@ -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: