[Bug 751712] buffer: gst_buffer_copy_into() should probably not copy GST_META_FLAG_POOLED metadata
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 1 01:46:22 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=751712
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit fefd4622a328f3ba5ac0c091e83d8fc6814edbda
Author: Sebastian Dröge <sebastian at centricular.com>
Date: Wed Jul 1 10:45:01 2015 +0200
adapter: Also copy POOL metas and make sure to copy over metas when
creating subbuffers
POOL meta just means that this specific instance of the meta is related to
a
pool, a copy should be made when reasonable and the flag should just not be
set in the copy.
commit 0aae36567d2e2c9109823c783d7e920cebef6a3f
Author: Sebastian Dröge <sebastian at centricular.com>
Date: Wed Jul 1 10:36:36 2015 +0200
buffer: Don't copy "memory" metas unconditionally
Don't copy memory metas if we only copied part of the buffer, didn't
copy memories or merged memories. In all these cases the memory
structure has changed and the memory meta becomes meaningless.
https://bugzilla.gnome.org/show_bug.cgi?id=751712
commit d43f256a9e1acc69c85bf3898e142cdf8bce7def
Author: Sebastian Dröge <sebastian at centricular.com>
Date: Wed Jul 1 10:25:15 2015 +0200
Revert "buffer: Don't copy POOLED and memory metadata unconditionally"
This reverts commit 7a08fa5ec4804f104e9aa9f458322f6eb49a7e49.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list