From 94036e86c01022a5e65f48aa0cca0aa830e99e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Zanelli?= Date: Sat, 19 Mar 2016 12:55:09 +0100 Subject: [PATCH] utils: add 'transfer full' annotation to gst_pad_peer_query_caps https://bugzilla.gnome.org/show_bug.cgi?id=763912 --- gst/gstutils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/gstutils.c b/gst/gstutils.c index 432d2306b9..69458c05c6 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -2867,9 +2867,9 @@ gst_pad_query_caps (GstPad * pad, GstCaps * filter) * downstream in the preferred order. @filter might be %NULL but * if it is not %NULL the returned caps will be a subset of @filter. * - * Returns: the caps of the peer pad with incremented ref-count. When there is - * no peer pad, this function returns @filter or, when @filter is %NULL, ANY - * caps. + * Returns: (transfer full): the caps of the peer pad with incremented + * ref-count. When there is no peer pad, this function returns @filter or, + * when @filter is %NULL, ANY caps. */ GstCaps * gst_pad_peer_query_caps (GstPad * pad, GstCaps * filter)