[Bug 796749] omxvideoenc: include vertical padding in nFilledLen when copying

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 5 14:08:10 UTC 2018


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

--- Comment #1 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 372951
  --> https://bugzilla.gnome.org/attachment.cgi?id=372951&action=edit
omxvideoenc: include vertical padding in nFilledLen when copying

According to the OMX spec (3.1.3.7.1) nFilledLen is meant to include any
padding. We use to include the horizontal one (stride) but not the
vertical one if nSliceHeight is bigger than the actual height.

The calculated nFilledLen was wrong as it didn't include the padding
between planes.

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