allocators: Add DMABuf synchronization
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Sat, 10 Mar 2018 02:24:52 +0000 (21:24 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 21 Mar 2018 19:58:06 +0000 (15:58 -0400)
commit8ee306eb3fb69c34c579874f6aedcecb6d94a855
tree590fd49290361aacc2d0fb40901b66f163133bef
parent4696ecab15d267741d852d609a38240275b45ec4
allocators: Add DMABuf synchronization

When doing CPU Access, some architecture may require caches to be
synchronize before use. Otherwise, some visual artifact may be
visible, as the CPU modification may still resides in cache.

https://bugzilla.gnome.org/show_bug.cgi?id=794216
configure.ac
gst-libs/gst/allocators/gstdmabuf.c
meson.build