From: Mark Nauwelaerts Date: Wed, 26 Sep 2012 12:15:01 +0000 (+0200) Subject: uri: use proper 'transfer floating' annotation X-Git-Tag: 1.0.1~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e928fa56ee03ad5cd414d756b3dfc505271ddd7;p=platform%2Fupstream%2Fgstreamer.git uri: use proper 'transfer floating' annotation https://bugzilla.gnome.org/show_bug.cgi?id=664099 --- diff --git a/gst/gsturi.c b/gst/gsturi.c index b51bd4a..552a66a 100644 --- a/gst/gsturi.c +++ b/gst/gsturi.c @@ -562,7 +562,7 @@ gst_uri_protocol_is_supported (const GstURIType type, const gchar * protocol) * * Creates an element for handling the given URI. * - * Returns: (transfer full): a new element or NULL if none could be created + * Returns: (transfer floating): a new element or NULL if none could be created */ GstElement * gst_element_make_from_uri (const GstURIType type, const gchar * uri,