gl: add a GL buffer based GstMemory
authorMatthew Waters <matthew@centricular.com>
Mon, 14 Dec 2015 02:08:10 +0000 (13:08 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:12 +0000 (19:32 +0000)
commit5ab3a389734b751e736d325e82fc9345120f4409
tree02345db3013443f7e8c700c5dcd2dbec6a07dee1
parentaf7015602a826009b6c333968614297879761412
gl: add a GL buffer based GstMemory

Heavily based on GstGLBaseBuffer that is a subclass of GstGLBaseMemory.
Provides GPU and CPU accessible GL buffer objects by GL handle or by
sysmem data pointer.
gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/gl.h
gst-libs/gst/gl/gstgl_fwd.h
gst-libs/gst/gl/gstglbuffer.c [new file with mode: 0644]
gst-libs/gst/gl/gstglbuffer.h [new file with mode: 0644]
gst-libs/gst/gl/gstgldisplay.c