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:
9cdacef
)
buffer: mark gst_buffer_iterate_meta() as 'skip' for bindings
author
Tim-Philipp Müller
<tim@centricular.com>
Wed, 14 Dec 2016 15:22:30 +0000
(15:22 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Wed, 14 Dec 2016 15:23:41 +0000
(15:23 +0000)
The pointer state arg won't work well, bindings can use
the foreach function instead.
https://bugzilla.gnome.org/show_bug.cgi?id=775727
gst/gstbuffer.c
patch
|
blob
|
history
diff --git
a/gst/gstbuffer.c
b/gst/gstbuffer.c
index 84e1e536c97830401738566a2755ef2f2cf0b3be..9fd83be0a0a8eb374485b19c5394c7945a4fb40f 100644
(file)
--- a/
gst/gstbuffer.c
+++ b/
gst/gstbuffer.c
@@
-2242,7
+2242,7
@@
gst_buffer_remove_meta (GstBuffer * buffer, GstMeta * meta)
}
/**
- * gst_buffer_iterate_meta:
+ * gst_buffer_iterate_meta:
(skip)
* @buffer: a #GstBuffer
* @state: an opaque state pointer
*