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)
committerSebastian Dröge <slomo@coaxion.net>
Mon, 24 Jun 2019 05:17:46 +0000 (05:17 +0000)
commit907dc6df68b917068b9250005f7a0b798a668f52
treede5d2eb7da9cdf6be02a992bdd3959fa5a5edaa4
parent36de11520e7ab7d19e6d949fb13d91ccf46323e8
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