gstreamer/gst-libs/gst/gl/x11
Matthew Waters 4f6c226bd2 gl/x11: use xcb instead of libX11
- xcb is supposedly thread-safe!

videotestsrc ! glimagesink now doesn't spuriously result in a
'call XInitThreads()' error however if anybody else is using X11,
then XInitThreads() still needs to be called and multiple glimagesink's
still need XInitThreads().

Everything still takes libX11 handles as they are compatible with the xcb
variants.  Unfortunately we cannot move fully over to xcb due to GLX being
entirely based on Xlib.  It's also impossible to transform a xcb_connection
to a Display which means we require X11 handles.
2016-11-08 15:14:26 +11:00
..
gstglcontext_glx.c gl: GST_GL_TYPE -> GST_TYPE_GL 2016-11-03 16:16:12 +11:00
gstglcontext_glx.h gl: GST_GL_TYPE -> GST_TYPE_GL 2016-11-03 16:16:12 +11:00
gstgldisplay_x11.c gl/x11: use xcb instead of libX11 2016-11-08 15:14:26 +11:00
gstgldisplay_x11.h gl/x11: use xcb instead of libX11 2016-11-08 15:14:26 +11:00
gstglwindow_x11.c gl/x11: use xcb instead of libX11 2016-11-08 15:14:26 +11:00
gstglwindow_x11.h gl: GST_GL_TYPE -> GST_TYPE_GL 2016-11-03 16:16:12 +11:00
Makefile.am gl/x11: use xcb instead of libX11 2016-11-08 15:14:26 +11:00
xcb_event_source.c gl/x11: use xcb instead of libX11 2016-11-08 15:14:26 +11:00
xcb_event_source.h gl/x11: use xcb instead of libX11 2016-11-08 15:14:26 +11:00