[Bug 791412] videoconvert: Should not forward crop meta

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 27 14:01:35 UTC 2018


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

--- Comment #5 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
The caps in the caps event represent the cropped width/height, and videoconvert
only convert the regions of this size, starting from offset 0,0. We would need
to add support for this, which can be tricky, because the GstVideoCropMeta does
not have to aligned with the subsampling. Some support exist in pack/unpack,
but it's a bit untested.

An example pipeline (with caps added, would be):

  source  ! video/x-raw,width=320,height=240 ! videocrop left=10 !
video/x-raw,width=310,height=240 ! sink

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