[Bug 760270] videoparse: add support of padded video
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jan 28 09:02:39 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760270
--- Comment #33 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Created attachment 319957
--> https://bugzilla.gnome.org/attachment.cgi?id=319957&action=edit
videoparse: Fix framesize calculation
When the framesize is not specified, we try and calculate a size from
the strides and offset information. This was done with the sum of
offsets + the size of the last frame. That is just wrong method. We also
need to account for video meta that may be flipping two planes. An
example is if you convert I420 to YV12 by flipping the two last offsets.
--
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