From a854a1feda32583541416387bc30ab2c6136f7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Sat, 26 Sep 2020 09:11:40 +0200 Subject: [PATCH] padtemplate: add missing annotation Adds missing "transfer full" annotation for caps parameter in gst_pad_template_set_documentation_caps() Part-of: --- gst/gstpadtemplate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpadtemplate.c b/gst/gstpadtemplate.c index a066de7aa6..8e7b369218 100644 --- a/gst/gstpadtemplate.c +++ b/gst/gstpadtemplate.c @@ -483,7 +483,7 @@ gst_pad_template_get_caps (GstPadTemplate * templ) /** * gst_pad_template_set_documentation_caps: * @templ: the pad template to set documented capabilities on - * @caps: the documented capabilities + * @caps: (transfer full): the documented capabilities * * Certain elements will dynamically construct the caps of their * pad templates. In order not to let environment-specific information