GStreamer multimedia framework
Go to file
Matthew Waters bcce615263 gl: add a scary note about initializing thread support for the winsys
We cannot do it as the winsys may crash if we initialize too late.

Example, GLX contexts with Intel drivers:
Intel requires the X Display to be the same in order to share GL
resources across GL contexts.  These GL contexts are generally
accessed from different threads.  Without winsys support it is
nearly impossible to guarentee that concurrent access will not
occur.  This concurrent access could result in crashes or abortion
by the winsys (xcb).

https://bugzilla.gnome.org/show_bug.cgi?id=731525
2017-12-09 19:31:43 +00:00
ext/gl gl: Need to link to new badvideo library for the video aggregator base class 2017-12-09 19:31:43 +00:00
gst-libs/gst/gl gl: add a scary note about initializing thread support for the winsys 2017-12-09 19:31:43 +00:00
pkgconfig gl: append GL_LIB and GL_CFLAGS in pc files 2017-12-09 19:31:38 +00:00
tests gl/examples: update for TEXTURE_2D change 2017-12-09 19:31:43 +00:00