[Bug 768446] kmssink: on intel, stride must be 64 byte aligned

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 5 15:27:02 UTC 2016


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

--- Comment #1 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Would it be possible to clarify who picked this stride ? Ideally, their should
be a kernel API that provides the requires stride for a certain width. If we
instead get the alignment info, we can use GstVideoAlignement +
gst_video_info_align() to calculate the required stride. gst_video_frame_copy()
is safe for when you can't match the buffer stride with requirement. It will
handle copied with different strides.

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