From 6313e5f1afba77b6e05c81f9c4232a11e05f0bcd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 12 Nov 2012 12:44:05 +0100 Subject: [PATCH] rtspconnection: improve docs --- gst-libs/gst/rtsp/gstrtspconnection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index 73249fb..f501974 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -230,8 +230,8 @@ gst_rtsp_connection_create (const GstRTSPUrl * url, GstRTSPConnection ** conn) * @conn: (out) (transfer full): storage for a #GstRTSPConnection * * Create a new #GstRTSPConnection for handling communication on the existing - * socket @socket. The @initial_buffer contains any data already read from - * @socket which should be used before starting to read new data. + * socket @socket. The @initial_buffer contains zero terminated data already + * read from @socket which should be used before starting to read new data. * * Returns: #GST_RTSP_OK when @conn contains a valid connection. */ -- 2.7.4