gstreamer/gst-libs/gst/gl/wayland
Lucas Stach 7b8fc744f1 gl/wayland: fix wayland event source burning CPU
Commit c71dd72b "gl/wayland: fix glib mainloop integration" was overeager
in removing the poll result test from the check function. This caused
dispatch to be called even if no new events are available on the
Wayland connection, which in turn would wake up the glib mainloop,
causing effectively a tight loop without ever blocking on the poll.

Fixes #603
2019-07-26 08:48:05 +01:00
..
gstgldisplay_wayland.c gstgldisplay: Add public foreign_display property 2019-07-08 20:46:58 +00:00
gstgldisplay_wayland.h gl/docs: add to new docs system 2019-05-21 01:49:48 +00:00
gstgldisplay_wayland_private.h gl/wayland: add support for XDG-shell 2019-02-06 22:45:28 +00:00
gstglwindow_wayland_egl.c egl: wl_egl_window is not wl_proxy 2019-07-03 09:07:06 +00:00
gstglwindow_wayland_egl.h gl/wayland: add support for XDG-shell 2019-02-06 22:45:28 +00:00
Makefile.am wayland: Also dist the private header 2019-02-13 11:59:10 +01:00
wayland_event_source.c gl/wayland: fix wayland event source burning CPU 2019-07-26 08:48:05 +01:00
wayland_event_source.h gl: add .def file for msvc builds 2017-12-09 19:32:16 +00:00