rtsp-stream: Fix typo in the docstring

gst_rtsp_stream_set_client_side -> gst_rtsp_stream_is_client_side
This commit is contained in:
Jan Schmidt 2016-03-11 01:22:54 +11:00
parent 206d2ded09
commit 4a6f63ad03

View 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()