From 38726eb34161fd1b91aa3436718cbc4ac5fbe48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 21 Jul 2017 08:43:45 +0100 Subject: [PATCH] gl: fix g-i annotations for glframebuffer gstglframebuffer.c:176: Error: GstGL: annotations not supported for tag "Since:". --- gst-libs/gst/gl/gstglframebuffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/gstglframebuffer.c b/gst-libs/gst/gl/gstglframebuffer.c index 93837b8f65..40188dc219 100644 --- a/gst-libs/gst/gl/gstglframebuffer.c +++ b/gst-libs/gst/gl/gstglframebuffer.c @@ -171,9 +171,9 @@ gst_gl_framebuffer_finalize (GObject * object) * gst_gl_framebuffer_new: * @context: a #GstGLContext * - * Returns: a new #GstGLFramebuffer + * Returns: (transfer full): a new #GstGLFramebuffer * - * Since: (transfer full): 1.10 + * Since: 1.10 */ GstGLFramebuffer * gst_gl_framebuffer_new (GstGLContext * context)