diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2013-07-11 16:12:04 -0400 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2013-08-02 16:58:24 +0200 |
commit | 081e6d3204121a5139fc98bc35b54d596ebb9d8d (patch) | |
tree | 9d0d68edcae8b1f07ad424f341407815488ba2f4 /gst/rtsp-server/rtsp-client.h | |
parent | 7618800088b64cffa53778ae1865030850afcfc6 (diff) |
small documentation fix
Diffstat (limited to 'gst/rtsp-server/rtsp-client.h')
-rw-r--r-- | gst/rtsp-server/rtsp-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |