[Bug 791412] videconvert: Should not forward crop meta

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Dec 10 20:04:47 UTC 2017


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

--- Comment #2 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Created attachment 365329
  --> https://bugzilla.gnome.org/attachment.cgi?id=365329&action=edit
videoconvert: Filter-out crop meta

To passthrough crop-meta, the converter would need to allocate and
convert buffers of the size of the originating buffer. This is currently
made difficult by GstBaseTransform since we cannot alter the caps passed
though the allocation query. We would also need to wait for the first
input buffer to be received in order to make the decision around that
size.

So the short and safe solution is just to stop pretending we can
passthrought that meta.

-- 
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