mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
gl: egl: add missing gir annotations
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/661>
This commit is contained in:
parent
1de8af6f8b
commit
9339f0198c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
* @context: a #GstGLContext (must be an EGL context)
|
||||||
* @image: the image to wrap
|
* @image: the image to wrap
|
||||||
* @format: the #GstGLFormat
|
* @format: the #GstGLFormat
|
||||||
* @user_data: user data
|
* @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
|
* Returns: a new #GstEGLImage wrapping @image
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue