GStreamer multimedia framework
Go to file
Matthew Waters 303b77eeff [890/906] x11: add display subclass
GstGLDisplayX11 holds the display connection and name.  Each thread requires
it's own X11 Display connection (initialised from name) due to the fact that
we do not want to call XInitThreads().  Doing so would result in segfaults
when integrating with GUI toolkits Gtk, Qt, etc.

The Display connection is for OpenGL platforms where a constant display is
required in order to share contexts (egl).  In the case of a wrapped context
(added later), we do not have GstGLWindow to retreive the display from so a
'master' connection is used instead.
2017-12-09 19:31:33 +00:00
gst-libs/gst/gl [890/906] x11: add display subclass 2017-12-09 19:31:33 +00:00
pkgconfig [502/906] Update versioning for gstreamer 1.0 2017-12-09 19:31:24 +00:00
tests/check/libs [878/906] tests: update for glmem api change 2017-12-09 19:31:33 +00:00