projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c99a4db
)
base: remove g-i annotation that makes older g-ir-scanner crash
author
Tim-Philipp Müller
<tim@centricular.com>
Thu, 14 Aug 2014 13:25:06 +0000
(14:25 +0100)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/libs/gst/base/gstdataqueue.h
b/libs/gst/base/gstdataqueue.h
index 17c859c7228e3f0fd116120c8f353f3c5e4dcd53..7482beb8163c3829d72312767d16abffc92db4c3 100644
(file)
--- 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.