From 9339f0198c2d6850ea06b8ad2dd38625723e5ecf Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 13 May 2020 10:08:25 +0200 Subject: [PATCH] gl: egl: add missing gir annotations Part-of: --- gst-libs/gst/gl/egl/gsteglimage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/egl/gsteglimage.c b/gst-libs/gst/gl/egl/gsteglimage.c index 8cb3b4252c..3185381050 100644 --- a/gst-libs/gst/gl/egl/gsteglimage.c +++ b/gst-libs/gst/gl/egl/gsteglimage.c @@ -259,12 +259,12 @@ _gst_egl_image_copy (GstMiniObject * obj) } /** - * gst_egl_image_new_wrapped: (skip) + * gst_egl_image_new_wrapped: * @context: a #GstGLContext (must be an EGL context) * @image: the image to wrap * @format: the #GstGLFormat * @user_data: user data - * @user_data_destroy: (destroy user_data): called when @user_data is no longer needed + * @user_data_destroy: (destroy user_data) (scope async): called when @user_data is no longer needed * * Returns: a new #GstEGLImage wrapping @image */