mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
b1f2359809
commit
55498523e4
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ typedef void (*GstDataQueueFullCallback) (GstDataQueue * queue, gpointer checkda
|
||||||
typedef void (*GstDataQueueEmptyCallback) (GstDataQueue * queue, gpointer checkdata);
|
typedef void (*GstDataQueueEmptyCallback) (GstDataQueue * queue, gpointer checkdata);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstDataQueue: (skip)
|
* GstDataQueue:
|
||||||
* @object: the parent structure
|
* @object: the parent structure
|
||||||
*
|
*
|
||||||
* Opaque #GstDataQueue structure.
|
* Opaque #GstDataQueue structure.
|
||||||
|
|
Loading…
Reference in a new issue