gstreamer/gst-libs/gst/gl/x11
Matthew Waters 4f117323b8 [705/906] x11: don't shutdown in _finalize
The window's loop could be still running when _finalize is called
and if we destroy the display connection it will never be closed.

Add _open and _close vfuncs to GstGLWindow so that subclasses can
start up and shutdown at the right time.
2017-12-09 19:31:28 +00:00
..
gstglwindow_x11.c [705/906] x11: don't shutdown in _finalize 2017-12-09 19:31:28 +00:00
gstglwindow_x11.h [692/906] window_x11: add XError trapping 2017-12-09 19:31:27 +00:00
gstglwindow_x11_egl.c [669/906] window: seperate object creation and context creation 2017-12-09 19:31:27 +00:00
gstglwindow_x11_egl.h [669/906] window: seperate object creation and context creation 2017-12-09 19:31:27 +00:00
gstglwindow_x11_glx.c [693/906] x11_glx: ask for a 3.0 GL Context 2017-12-09 19:31:27 +00:00
gstglwindow_x11_glx.h [690/906] windowx11glx: use fbconfigs if supported 2017-12-09 19:31:27 +00:00
Makefile.am [695/906] build: remove libtool warning about -version-info not used in convenience libraries 2017-12-09 19:31:28 +00:00