gstreamer/gst-libs/gst/gl/dispmanx
Julien Isorce 7a77d435c1 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.
2017-12-09 19:31:37 +00:00
..
gstglwindow_dispmanx_egl.c gl/rpi: change dispmanx attributes of existing element instead of creating a new one 2017-12-09 19:31:37 +00:00
gstglwindow_dispmanx_egl.h gl: keep only one occurence of '#include <EGL/egl.h>' 2017-12-09 19:31:34 +00:00
Makefile.am gl: fix out-of-source builds pt2 2017-12-09 19:31:35 +00:00