mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
fix some typos
Fix some typos in the doc string of the new gst_rtsp_options_as_string() method.
This commit is contained in:
parent
484a025f6d
commit
6f3511bfb6
1 changed files with 2 additions and 2 deletions
|
@ -400,9 +400,9 @@ gst_rtsp_find_method (const gchar * method)
|
||||||
* gst_rtsp_options_as_text:
|
* gst_rtsp_options_as_text:
|
||||||
* @options: one or more #GstRTSPMethod
|
* @options: one or more #GstRTSPMethod
|
||||||
*
|
*
|
||||||
* Convert @moptions to a string.
|
* Convert @options to a string.
|
||||||
*
|
*
|
||||||
* Returns: a new string of @opions. g_free () after usage.
|
* Returns: a new string of @options. g_free() after usage.
|
||||||
*
|
*
|
||||||
* Since: 0.10.23
|
* Since: 0.10.23
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue