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:
Sebastian Pölsterl 2012-10-01 21:31:39 +02:00 committed by Tim-Philipp Müller
parent 531a5af30c
commit e8fed7f04b

View file

@ -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().