diff --git a/gst-libs/gst/gl/egl/gstegl.c b/gst-libs/gst/gl/egl/gstegl.c index c96ece45c7..9df8e06f66 100644 --- a/gst-libs/gst/gl/egl/gstegl.c +++ b/gst-libs/gst/gl/egl/gstegl.c @@ -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 */ diff --git a/gst-libs/gst/gl/egl/gsteglimage.c b/gst-libs/gst/gl/egl/gsteglimage.c index 2280c075dc..0512f02866 100644 --- a/gst-libs/gst/gl/egl/gsteglimage.c +++ b/gst-libs/gst/gl/egl/gsteglimage.c @@ -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 diff --git a/gst-libs/gst/gl/egl/gstgldisplay_egl.c b/gst-libs/gst/gl/egl/gstgldisplay_egl.c index 1be65fb432..942ee573dc 100644 --- a/gst-libs/gst/gl/egl/gstgldisplay_egl.c +++ b/gst-libs/gst/gl/egl/gstgldisplay_egl.c @@ -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. *