mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 11:40:38 +00:00
rtsp-stream: Fix typo in the docstring
gst_rtsp_stream_set_client_side -> gst_rtsp_stream_is_client_side
This commit is contained in:
parent
206d2ded09
commit
4a6f63ad03
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue