allocators: Add GstPhysMemoryAllocator abstraction
authorSebastian Dröge <sebastian@centricular.com>
Fri, 17 Feb 2017 17:26:41 +0000 (19:26 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 27 Feb 2017 08:42:05 +0000 (10:42 +0200)
commit5cdf3a3976fd3c3753aaf72cce895383b49cac02
tree4a68266a9fe1e802fc1f31e20b7068be0ce90520
parent2132ba9a9437ce93e178a49d61c2e30ec85fac27
allocators: Add GstPhysMemoryAllocator abstraction

This can be used in a generic way as common interface by all platforms that,
in one way or another, pass around physical memory addresses.

https://bugzilla.gnome.org/show_bug.cgi?id=779067
configure.ac
gst-libs/gst/Makefile.am
gst-libs/gst/allocators/Makefile.am [new file with mode: 0644]
gst-libs/gst/allocators/badallocators.h [new file with mode: 0644]
gst-libs/gst/allocators/gstphysmemory.c [new file with mode: 0644]
gst-libs/gst/allocators/gstphysmemory.h [new file with mode: 0644]
pkgconfig/Makefile.am
pkgconfig/gstreamer-bad-allocators-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-bad-allocators.pc.in [new file with mode: 0644]