gl: add GstGLContextGPUProcess backend
authorJulien Isorce <j.isorce@samsung.com>
Wed, 27 May 2015 09:58:10 +0000 (10:58 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:02 +0000 (19:32 +0000)
commit238edceda403770a103fad1c5498ede4ea458f76
tree270ca7e83505061f10f4034aacd626881a66edff
parentfce0e0ba3c4028297efada0eb115872eadd345a5
gl: add GstGLContextGPUProcess backend

It builds its GL vtable from a proc address provided
by the application.
ext/gl/gstglimagesink.c
gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/gpuprocess/Makefile.am [new file with mode: 0644]
gst-libs/gst/gl/gpuprocess/gstglcontext_gpu_process.c [new file with mode: 0644]
gst-libs/gst/gl/gpuprocess/gstglcontext_gpu_process.h [new file with mode: 0644]
gst-libs/gst/gl/gpuprocess/gstglwindow_gpu_process.c [new file with mode: 0644]
gst-libs/gst/gl/gpuprocess/gstglwindow_gpu_process.h [new file with mode: 0644]
gst-libs/gst/gl/gstglapi.c
gst-libs/gst/gl/gstglapi.h