gl: egl: add missing gir annotations

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/664>
This commit is contained in:
Guillaume Desmottes 2020-05-13 10:08:25 +02:00
parent 41f9d9103c
commit c3e98ad2d0
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@
/** /**
* gst_egl_get_error_string: * gst_egl_get_error_string:
* @err: an EGL error code * @err: (type gint32): an EGL error code
* *
* Returns: the short string representation of @err * Returns: the short string representation of @err
*/ */

View file

@ -259,7 +259,7 @@ _gst_egl_image_copy (GstMiniObject * obj)
} }
/** /**
* gst_egl_image_new_wrapped: * gst_egl_image_new_wrapped: (skip)
* @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

View file

@ -310,7 +310,7 @@ _ref_if_set (gpointer data, gpointer user_data)
/** /**
* gst_gl_display_egl_from_gl_display: * gst_gl_display_egl_from_gl_display:
* @display: an existing #GstGLDisplay * @display: (transfer none): an existing #GstGLDisplay
* *
* Creates a EGL display connection from a native Display. * Creates a EGL display connection from a native Display.
* *