[Bug 773433] video-format: add API to check if a video format is "sparse"

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 17 08:03:58 UTC 2016


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

--- Comment #11 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
In the OpenCV case it probably makes more sense to explicitly support specific
formats and handle them that way. Or work with the pixel stride (pstride) and
the component offsets. Especially in your OpenCV patch you handle the "x"
component as an additional channel, which it is not. It possibly contains
uninitialized data even.

My main problem here is still that sparse or padded is not well defined

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