summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2017-01-10 20:04:30 +1100
committerMatthew Waters <matthew@centricular.com>2017-01-10 20:04:30 +1100
commitb65ecbaa2bb7dbfdf0def679d8a841a5a29a4f01 (patch)
tree0714f28210af6614c47d16a037e9f3e1f3acf0f1
parentf8a2721388b8354b4d176fdb6a9f62ed8fb38197 (diff)
downloadgstreamer-plugins-bad-b65ecbaa2bb7dbfdf0def679d8a841a5a29a4f01.tar.gz
gl: add skip annotations to non-GI possible struct constructors
-rw-r--r--gst-libs/gst/gl/gstgldebug.c2
-rw-r--r--gst-libs/gst/gl/gstglquery.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/gstgldebug.c b/gst-libs/gst/gl/gstgldebug.c
index b63244da0..26f776041 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 fd71eb844..bae5b8cb0 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
*