rtsp: mark url argument of gst_rtsp_url_parse() as out arg
authorSebastian Pölsterl <sebp@k-d-w.org>
Mon, 1 Oct 2012 19:31:39 +0000 (21:31 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 1 Oct 2012 21:36:06 +0000 (22:36 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=685242

gst-libs/gst/rtsp/gstrtspurl.c

index e5ffee5..ffd4407 100644 (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().