diff --git a/gst-libs/gst/gl/gstgldebug.c b/gst-libs/gst/gl/gstgldebug.c index b63244da0e..26f776041e 100644 --- a/gst-libs/gst/gl/gstgldebug.c +++ b/gst-libs/gst/gl/gstgldebug.c @@ -162,7 +162,7 @@ gst_gl_async_debug_unset (GstGLAsyncDebug * ad) } /** - * gst_gl_async_debug_new: + * gst_gl_async_debug_new: (skip) * * Free with gst_gl_async_debug_free() * diff --git a/gst-libs/gst/gl/gstglquery.c b/gst-libs/gst/gl/gstglquery.c index fd71eb8447..bae5b8cb0b 100644 --- a/gst-libs/gst/gl/gstglquery.c +++ b/gst-libs/gst/gl/gstglquery.c @@ -188,7 +188,7 @@ gst_gl_query_unset (GstGLQuery * query) } /** - * gst_gl_query_new: + * gst_gl_query_new: (skip) * @context: a #GstGLContext * @query_type: the #GstGLQueryType to create *