Skip to content

buffer: gst_buffer_copy_into should not copy parent buffer metas when doing a deep copy

Philipp Zabel requested to merge pH5/gstreamer:no-copy-meta into master

Add a tag for metadata that should not be copied to the new buffer when making a deep copy, such as a parent buffer meta, and add it to the parent buffer meta API.

See #283 (closed) for reference.

Merge request reports