From 7b6278b7e44c093ab6dc07b9c5332c9afd34e7b6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 6 Mar 2015 12:54:56 +0100 Subject: [PATCH] video-converter: add transfer full annotation for config --- gst-libs/gst/video/video-converter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/video-converter.c b/gst-libs/gst/video/video-converter.c index 699a049..c22ed19 100644 --- a/gst-libs/gst/video/video-converter.c +++ b/gst-libs/gst/video/video-converter.c @@ -1900,7 +1900,7 @@ convert_get_alpha_mode (GstVideoConverter * convert) * gst_video_converter_new: * @in_info: a #GstVideoInfo * @out_info: a #GstVideoInfo - * @config: a #GstStructure with configuration options + * @config: (transfer full): a #GstStructure with configuration options * * Create a new converter object to convert between @in_info and @out_info * with @config. -- 2.7.4