[Bug 754353] avidemux/qtdemux: Output raw video in unaligned buffers causing crashing in ORC video conversion code

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 6 12:35:56 UTC 2017


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

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The minimum alignment is always the "unit size" of the content (32 bit raw
audio samples => 4 bytes), or the alignment requirement for any SIMD
instructions on the target platform, whichever is bigger. 32 bytes covers that
for now, except for 512 bit AVX :)

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