gstreamer/gst-libs/gst/vulkan/cocoa
Matthew Waters 640a65bf96 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-bad/-/merge_requests/2098>
2021-03-22 14:34:36 +11:00
..
gstvkcocoa_utils.h vulkan: priviatise _invoke_on_main() 2019-12-03 10:17:29 +00:00
gstvkdisplay_cocoa.h vulkan: remove the winsys-specific headers from gst/vulkan/vulkan.h 2019-09-25 11:11:02 +00:00
gstvkdisplay_cocoa.m vulkan: make a gstvulkan library out of the existing API 2019-06-04 09:03:44 +00:00
gstvkwindow_cocoa.h vulkan: remove the private struct from the public struct 2019-11-07 20:01:57 +00:00
gstvkwindow_cocoa.m gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00