gl: add a GL buffer based GstMemory
authorMatthew Waters <matthew@centricular.com>
Mon, 14 Dec 2015 02:08:10 +0000 (13:08 +1100)
committerMatthew Waters <matthew@centricular.com>
Mon, 14 Dec 2015 05:34:54 +0000 (16:34 +1100)
commit6cf8da132b6eb75084871ac4409356be62537b2f
tree5d0dfc8cf55ef71c11cfc5e9c0d0dd5d5ccab9d1
parent27e724df8f0b7bb0d98a6c1589777633b3dadcba
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.
docs/libs/gst-plugins-bad-libs.types
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