gstreamer/gst-libs/gst/gl/dispmanx
Julien Isorce 562399a71a gl/rpi: change dispmanx attributes of existing element instead of creating a new one
I was lucky that:
e1 = vc_dispmanx_element_add ()
eglCreateWindowSurface (e1)
vc_dispmanx_element_remove (e1)
e2 = vc_dispmanx_element_add ()

resulted in having e2 equal to e1. And also having the egl surface
that does not allocate its buffers before the first draw.
2014-04-24 15:26:17 +01:00
..
gstglwindow_dispmanx_egl.c gl/rpi: change dispmanx attributes of existing element instead of creating a new one 2014-04-24 15:26:17 +01:00
gstglwindow_dispmanx_egl.h gl: keep only one occurence of '#include <EGL/egl.h>' 2014-03-19 14:43:13 +00:00
Makefile.am gl: fix out-of-source builds pt2 2014-03-27 22:03:14 +11:00