gl: egl: add missing gir annotations

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/661>
This commit is contained in:
Guillaume Desmottes 2020-05-13 10:08:25 +02:00 committed by GStreamer Merge Bot
parent 1de8af6f8b
commit 9339f0198c

View file

@ -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
*/