From e8fed7f04b77cfada689b00ae102a09ce315c236 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20P=C3=B6lsterl?= Date: Mon, 1 Oct 2012 21:31:39 +0200 Subject: [PATCH] rtsp: mark url argument of gst_rtsp_url_parse() as out arg https://bugzilla.gnome.org/show_bug.cgi?id=685242 --- gst-libs/gst/rtsp/gstrtspurl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/rtsp/gstrtspurl.c b/gst-libs/gst/rtsp/gstrtspurl.c index e5ffee5..ffd4407 100644 --- a/gst-libs/gst/rtsp/gstrtspurl.c +++ b/gst-libs/gst/rtsp/gstrtspurl.c @@ -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(). -- 2.7.4