egl: add texture abstraction.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Sat, 24 Jan 2015 07:29:57 +0000 (08:29 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 24 Feb 2015 14:20:03 +0000 (15:20 +0100)
commit23c489d8eebbcfe544a224d57ff3dcf505bf4d85
tree28bb79ec1590031edd0a0194e8bc13675e62b8fd
parenta9fe79610a6b3529f60ba0392c31fefacb6d5f45
egl: add texture abstraction.

Add GstVaapiTextureEGL abstraction that can create its own GL texture,
or import a foreign allocated one, while still allowing updates from a
VA surface.
gst-libs/gst/vaapi/Makefile.am
gst-libs/gst/vaapi/gstvaapidisplay_egl.c
gst-libs/gst/vaapi/gstvaapitexture_egl.c [new file with mode: 0644]
gst-libs/gst/vaapi/gstvaapitexture_egl.h [new file with mode: 0644]