buffer: mark gst_buffer_iterate_meta() as 'skip' for bindings

The pointer state arg won't work well, bindings can use
the foreach function instead.

https://bugzilla.gnome.org/show_bug.cgi?id=775727
This commit is contained in:
Tim-Philipp Müller 2016-12-14 15:22:30 +00:00
parent 9cdacefa98
commit de65b88d13

View File

@ -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
*