examples: add an example aplication based OpenGL ES + EGL
authorJosep Torra <n770galaxy@gmail.com>
Thu, 11 Apr 2013 15:35:19 +0000 (17:35 +0200)
committerJosep Torra <n770galaxy@gmail.com>
Fri, 10 May 2013 11:35:48 +0000 (13:35 +0200)
commitc10031f371e5e26075b7ae79e9984c36d68c4231
tree7058407f4276439444067ab7775c376d538671b7
parent64ef1f0e11ee9f49c7b253f8d8affc561c394321
examples: add an example aplication based OpenGL ES + EGL

Application that shows how to integrate playbin with an OpenGL ES
scene through EGL. Renders a video on the surfaces of an animated cube.

The code is not ported to 1.x so it's not built by default.
Makefile.am
configure.ac
examples/Makefile.am [new file with mode: 0644]
examples/egl/Makefile.am [new file with mode: 0644]
examples/egl/cube_texture_and_coords.h [new file with mode: 0644]
examples/egl/testegl.c [new file with mode: 0644]