gstreamer/gst-libs/gst/gl/wayland
Matthew Waters b25413fb1c gl/wayland: move roundtrip on show to window thread
This makes it thread safe and fixes a possible deadlock.

Keeping the roundtrip off the window thread will result in two different
threads call wl_display_dispatch_queue() for the same queue which
violates the assumption for _dispatch_queue()'s thread-safety
guarantees.

https://bugzilla.gnome.org/show_bug.cgi?id=788754
https://bugzilla.gnome.org/show_bug.cgi?id=792156
https://bugzilla.gnome.org/show_bug.cgi?id=758984
2018-01-04 15:39:36 +11:00
..
gstgldisplay_wayland.c gl: display: demote error level at display creation error 2017-12-19 12:41:00 +00:00
gstgldisplay_wayland.h gl, wayland: mark more declared functions with GST_EXPORT 2017-12-09 19:32:29 +00:00
gstglwindow_wayland_egl.c gl/wayland: move roundtrip on show to window thread 2018-01-04 15:39:36 +11:00
gstglwindow_wayland_egl.h gl: don't export symbols that are not supposed to be public 2017-12-09 19:32:29 +00:00
Makefile.am gl/wayland: install the gstgldisplay_wayland.h header 2017-12-09 19:32:24 +00:00
wayland_event_source.c gl/wayland: move roundtrip on show to window thread 2018-01-04 15:39:36 +11:00
wayland_event_source.h gl: add .def file for msvc builds 2017-12-09 19:32:16 +00:00