rtsp-stream: Fix typo in the docstring
authorJan Schmidt <jan@centricular.com>
Thu, 10 Mar 2016 14:22:54 +0000 (01:22 +1100)
committerJan Schmidt <jan@centricular.com>
Thu, 10 Mar 2016 14:23:15 +0000 (01:23 +1100)
gst_rtsp_stream_set_client_side -> gst_rtsp_stream_is_client_side

gst/rtsp-server/rtsp-stream.c

index 550ef50..a8cc815 100644 (file)
@@ -1488,7 +1488,7 @@ gst_rtsp_stream_set_client_side (GstRTSPStream * stream, gboolean client_side)
 }
 
 /**
- * gst_rtsp_stream_set_client_side:
+ * gst_rtsp_stream_is_client_side:
  * @stream: a #GstRTSPStream
  *
  * See gst_rtsp_stream_set_client_side()