gl: new glbasebuffer GstMemory object
authorMatthew Waters <matthew@centricular.com>
Wed, 10 Jun 2015 06:24:59 +0000 (16:24 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:04 +0000 (19:32 +0000)
commit1e87053475c583a58e549412cc3016cc733ab8be
tree731895e4a42d904f2b1d6abfca2995a2c9f13ea2
parentc9d99be28cf949405f3289108988ef81629b4ca8
gl: new glbasebuffer GstMemory object

Provides generic handling of GL buffer objects accessible using
the GL bind points (GL_ARRAY_BUFFER, GL_PIXEL_*_BUFFER).

Implementation based off the current GstGLMemory.
gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/gl.h
gst-libs/gst/gl/gstgl_fwd.h
gst-libs/gst/gl/gstglbasebuffer.c [new file with mode: 0644]
gst-libs/gst/gl/gstglbasebuffer.h [new file with mode: 0644]