From: Wim Taymans Date: Tue, 10 Jul 2012 09:39:58 +0000 (+0200) Subject: client: fix docs X-Git-Tag: 1.6.0~753 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3050206366739ebc24cf17689d5058a9e3e4c57;p=platform%2Fupstream%2Fgst-rtsp-server.git client: fix docs --- diff --git a/gst/rtsp-server/rtsp-client.c b/gst/rtsp-server/rtsp-client.c index adc8924..9e9332f 100644 --- a/gst/rtsp-server/rtsp-client.c +++ b/gst/rtsp-server/rtsp-client.c @@ -824,7 +824,7 @@ handle_blocksize (GstRTSPMedia * media, GstRTSPMessage * request) gboolean ret = TRUE; if (gst_rtsp_message_get_header (request, GST_RTSP_HDR_BLOCKSIZE, - &blocksize_str, 0) == GST_RTSP_OK) { + &blocksize_str, 0) == GST_RTSP_OK) { guint64 blocksize; gchar *end; @@ -835,7 +835,7 @@ handle_blocksize (GstRTSPMedia * media, GstRTSPMessage * request) } else { if (blocksize > G_MAXUINT) blocksize = G_MAXUINT; - gst_rtsp_media_handle_mtu (media, (guint)blocksize); + gst_rtsp_media_handle_mtu (media, (guint) blocksize); } } @@ -1906,7 +1906,7 @@ client_watch_notify (GstRTSPClient * client) static gboolean attach_client (GstRTSPClient * client, GSocket * socket, - GstRTSPConnection *conn, GError ** error) + GstRTSPConnection * conn, GError ** error) { GSocket *read_socket; GSocketAddress *addres; @@ -2001,7 +2001,7 @@ gst_rtsp_client_create_from_socket (GstRTSPClient * client, GSocket * socket, GstRTSPResult res; GST_RTSP_CHECK (gst_rtsp_connection_create_from_socket (socket, ip, port, - initial_buffer, &conn), no_connection); + initial_buffer, &conn), no_connection); return attach_client (client, socket, conn, error); @@ -2017,7 +2017,7 @@ no_connection: } /** - * gst_rtsp_client_attach: + * gst_rtsp_client_accept: * @client: a #GstRTSPClient * @socket: a #GSocket * @cancellable: a #GCancellable