From: Youness Alaoui Date: Thu, 11 Jul 2013 20:12:04 +0000 (-0400) Subject: small documentation fix X-Git-Tag: 1.19.3~495^2~1001 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=081e6d3204121a5139fc98bc35b54d596ebb9d8d;p=platform%2Fupstream%2Fgstreamer.git small documentation fix --- diff --git a/gst/rtsp-server/rtsp-client.h b/gst/rtsp-server/rtsp-client.h index 72c5187..e2fb734 100644 --- a/gst/rtsp-server/rtsp-client.h +++ b/gst/rtsp-server/rtsp-client.h @@ -155,7 +155,7 @@ GstRTSPResult gst_rtsp_client_send_message (GstRTSPClient * client, * A return value of #GST_RTSP_FILTER_KEEP will leave @sess untouched in * @client. * - * A value of GST_RTSP_FILTER_REF will add @sess to the result #GList of + * A value of #GST_RTSP_FILTER_REF will add @sess to the result #GList of * gst_rtsp_client_session_filter(). * * Returns: a #GstRTSPFilterResult.