mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
rtsp: mark url argument of gst_rtsp_url_parse() as out arg
https://bugzilla.gnome.org/show_bug.cgi?id=685242
This commit is contained in:
parent
531a5af30c
commit
e8fed7f04b
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ static const struct
|
|||
/**
|
||||
* gst_rtsp_url_parse:
|
||||
* @urlstr: the url string to parse
|
||||
* @url: location to hold the result.
|
||||
* @url: (out): location to hold the result.
|
||||
*
|
||||
* Parse the RTSP @urlstr into a newly allocated #GstRTSPUrl. Free after usage
|
||||
* with gst_rtsp_url_free().
|
||||
|
|
Loading…
Reference in a new issue