[gst-cvs] gst-plugins-base: rtsp: fix little typo in the comments

Wim Taymans wtay at kemper.freedesktop.org
Wed Apr 1 00:00:13 PDT 2009


Module: gst-plugins-base
Branch: master
Commit: eed784b372818d9580983285d19eed6310096ae2
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=eed784b372818d9580983285d19eed6310096ae2

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Wed Apr  1 09:03:35 2009 +0200

rtsp: fix  little typo in the comments

---

 gst-libs/gst/rtsp/gstrtspconnection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c
index a694383..0346bed 100644
--- a/gst-libs/gst/rtsp/gstrtspconnection.c
+++ b/gst-libs/gst/rtsp/gstrtspconnection.c
@@ -2997,7 +2997,7 @@ gst_rtsp_watch_queue_message (GstRTSPWatch * watch, GstRTSPMessage * message)
     cseq = -1;
   }
 
-  /* make a record with the message as a string ans cseq */
+  /* make a record with the message as a string and cseq */
   data = queue_response (watch, message_to_string (watch->conn, message), cseq);
 
   return cseq;





More information about the Gstreamer-commits mailing list