[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:12:31 PDT 2015


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

--- Comment #28 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 306300
  --> https://bugzilla.gnome.org/attachment.cgi?id=306300&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.

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


More information about the gstreamer-bugs mailing list