[Bug 742385] video/audio encoders/decoders: need API to determine when to copy over GstMetas and when to drop them

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 29 08:24:12 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=742385

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #306300|0                           |1
        is obsolete|                            |

--- Comment #29 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 306301
  --> https://bugzilla.gnome.org/attachment.cgi?id=306301&action=edit
adapter: Copy over GstMeta from the input buffers to the output

All functions that return a GstBuffer or a list of them will now copy
all GstMeta from the input buffers except for meta with GST_META_FLAG_POOLED
flag or "memory" tag.

This is similar to the existing behaviour that the caller can't assume
anything about the buffer flags, timestamps or other metadata. And it's
also the same that gst_adapter_take_buffer_fast() did before, and what
gst_adapter_take_buffer() did if part of the first buffer or the complete
first buffer was requested.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list