decklink: Correctly ensure >=16 byte alignment for the buffers we allocate
authorSebastian Dröge <sebastian@centricular.com>
Thu, 20 Jun 2019 05:59:22 +0000 (08:59 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 9 Aug 2019 15:57:28 +0000 (16:57 +0100)
commitcbdbb9da2958845f1582454bbb32ef63b691113f
treee195b5bc36522637acff9512dd80990c6b70fc60
parent16203addbb585c1c4600cd578bbc35768f39b4d8
decklink: Correctly ensure >=16 byte alignment for the buffers we allocate

We'll ensure at least 64 byte alignment for AVX2 but 16 byte alignment
is what is required by the decklink SDK.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/986
sys/decklink/gstdecklink.cpp