A function that will be called from gst.buffer.Buffer.foreachMeta. The meta field will point to a the reference of the meta.
buffer should not be modified from this callback.
When this function returns true, the next meta will be returned. When false is returned, gst.buffer.Buffer.foreachMeta will return.
When meta is set to null, the item will be removed from the buffer.
false when gst.buffer.Buffer.foreachMeta should stop
A function that will be called from gst.buffer.Buffer.foreachMeta. The meta field will point to a the reference of the meta.
buffer should not be modified from this callback.
When this function returns true, the next meta will be returned. When false is returned, gst.buffer.Buffer.foreachMeta will return.
When meta is set to null, the item will be removed from the buffer.