mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gl: egl: add missing gir annotations
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/664>
This commit is contained in:
parent
41f9d9103c
commit
c3e98ad2d0
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
/**
|
||||
* gst_egl_get_error_string:
|
||||
* @err: an EGL error code
|
||||
* @err: (type gint32): an EGL error code
|
||||
*
|
||||
* Returns: the short string representation of @err
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
* @image: the image to wrap
|
||||
* @format: the #GstGLFormat
|
||||
|
|
|
@ -310,7 +310,7 @@ _ref_if_set (gpointer data, gpointer user_data)
|
|||
|
||||
/**
|
||||
* 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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue