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:35:50 +0000 (14:35 +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 17c859c7228e3f0fd116120c8f353f3c5e4dcd53..7482beb8163c3829d72312767d16abffc92db4c3 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.