gstreamer/gst-libs/gst/gl/wayland
Matthew Waters 98249a57db gst: don't use volatile to mean atomic
volatile is not sufficient to provide atomic guarantees and real atomics
should be used instead.  GCC 11 has started warning about using volatile
with atomic operations.

https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1719

Discovered in https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/868

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1073>
2021-03-19 04:20:19 +00:00
..
gstgldisplay_wayland.c Revert "gstgldisplay: Add public foreign_display property" 2020-07-20 05:59:14 +00:00
gstgldisplay_wayland.h gl/wayland: use a proxy wrapper for the wl_display 2020-03-04 00:04:18 +00:00
gstglwindow_wayland_egl.c gl/wayland: Mouse events handling 2020-03-19 09:59:47 +00:00
gstglwindow_wayland_egl.h gl/wayland: use a proxy wrapper for the wl_display 2020-03-04 00:04:18 +00:00
wayland.h build/gl: add top-level include files for sub-libraries 2020-08-11 07:11:30 +00:00
wayland_event_source.c gst: don't use volatile to mean atomic 2021-03-19 04:20:19 +00:00
wayland_event_source.h gl/wayland: use wayland's roundtrip_queue() 2020-03-11 09:17:36 +00:00