summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-08-14 14:25:06 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-08-14 14:27:13 +0100
commit55498523e41428f0fa36e430d50c070cb056a4e9 (patch)
tree9ad55907069434d11bf2f63a827a9bddfbdcb7cc
parentb1f23598099da82835df60bc2fb09501233f9118 (diff)
base: remove g-i annotation that makes older g-ir-scanner crash
Just remove one skip annotation that causes this: ** (g-ir-compiler:12458): ERROR **: Caught NULL node, parent=empty with older g-i versions such as 1.32.1.
-rw-r--r--libs/gst/base/gstdataqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/base/gstdataqueue.h b/libs/gst/base/gstdataqueue.h
index 17c859c722..7482beb816 100644
--- a/libs/gst/base/gstdataqueue.h
+++ b/libs/gst/base/gstdataqueue.h
@@ -106,7 +106,7 @@ typedef void (*GstDataQueueFullCallback) (GstDataQueue * queue, gpointer checkda
typedef void (*GstDataQueueEmptyCallback) (GstDataQueue * queue, gpointer checkdata);
/**
- * GstDataQueue: (skip)
+ * GstDataQueue:
* @object: the parent structure
*
* Opaque #GstDataQueue structure.