From 982b212485727fb6bc79f604c017b64a42dd12ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 17 Sep 2018 18:36:03 +0200 Subject: [PATCH] gl/egl: fix annotation for gst_egl_image_new_wrapped() https://bugzilla.gnome.org/show_bug.cgi?id=797158 --- gst-libs/gst/gl/egl/gsteglimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/egl/gsteglimage.c b/gst-libs/gst/gl/egl/gsteglimage.c index 601e1fddcc..a445666c45 100644 --- a/gst-libs/gst/gl/egl/gsteglimage.c +++ b/gst-libs/gst/gl/egl/gsteglimage.c @@ -157,7 +157,7 @@ _gst_egl_image_copy (GstMiniObject * obj) * @image: the image to wrap * @format: the #GstGLFormat * @user_data: user data - * @user_data_destroy: called when @user_data is no longer needed + * @user_data_destroy: (destroy user_data): called when @user_data is no longer needed * * Returns: a new #GstEGLImage wrapping @image */