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.
This commit is contained in:
Tim-Philipp Müller 2014-08-14 14:25:06 +01:00
parent b1f2359809
commit 55498523e4

View 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.