From: Mark Nauwelaerts Date: Mon, 8 Feb 2010 20:35:53 +0000 (+0100) Subject: rtspsrc: fix typo in debug message X-Git-Tag: RELEASE-0.10.19~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87e80aab576207c34ce4ce624c7720767e7858bf;p=platform%2Fupstream%2Fgst-plugins-good.git rtspsrc: fix typo in debug message --- diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 118b8e1..281371f 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: