[Bug 769797] videoparse: format i420, invalid buffer size (regression)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 12 13:54:29 UTC 2016


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

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The problem is that the plane offsets and strides are only set initially in
gst_raw_video_parse_init_config() and would be updated from caps or property.
But they are not updated when e.g. changing the width/height.

gst_raw_video_parse_update_info() is then using the 320x240 I420 values, which
gives us the wrong results.

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