[514/906] add GstGLMemory and allocator
authorMatthew Waters <ystreet00@gmail.com>
Fri, 6 Jul 2012 08:22:22 +0000 (18:22 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:24 +0000 (19:31 +0000)
commitffdc6d496e670e9e39225214727b909f40dc13d4
tree7c23f329b69207fbcf7553a1c40d159172d736ab
parenteb362969f131a251f6713b3ad63a705b065a1e16
[514/906] add GstGLMemory and allocator

implement custom GstMemory for GL textures
currently map/unmap returns NULL although it might be favourable to upload/download/cache the image data
gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/gstglmemory.c [new file with mode: 0644]
gst-libs/gst/gl/gstglmemory.h [new file with mode: 0644]
tests/check/libs/gstglmemory.c [new file with mode: 0644]