mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
c10031f371
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.
5 lines
56 B
Makefile
5 lines
56 B
Makefile
if HAVE_GST_EGL
|
|
SUBDIRS = egl
|
|
endif
|
|
|
|
DIST_SUBDIRS = egl
|