qtdemux: Ensure that raw audio and video have properly aligned buffers
authorSebastian Dröge <sebastian@centricular.com>
Sun, 20 Nov 2016 11:08:27 +0000 (13:08 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 20 Nov 2016 11:08:27 +0000 (13:08 +0200)
commitbb35f15d44e6a881f2c64fe731345c6d840fe789
treea0891402411a4000af4e59ea4d88fc29cf48c1a5
parent7fb278d7d230c51c28754e67e05ad0e836acc28f
qtdemux: Ensure that raw audio and video have properly aligned buffers

That is, aligned to the basic type for audio and to 32 bytes for video.
Fixes crashes if the raw buffers are passed to SIMD processing functions.

https://bugzilla.gnome.org/show_bug.cgi?id=774428
gst/isomp4/qtdemux.c