base: remove g-i annotation that makes older g-ir-scanner crash
authorTim-Philipp Müller <tim@centricular.com>
Thu, 14 Aug 2014 13:25:06 +0000 (14:25 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 14 Aug 2014 13:27:13 +0000 (14:27 +0100)
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.

libs/gst/base/gstdataqueue.h

index 17c859c..7482beb 100644 (file)
@@ -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.