gstreamer/tests
Matthew Waters d270654c48 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/gstreamer-vaapi/-/merge_requests/418>
2021-03-19 19:03:54 +11:00
..
check test: fix a ninja test failure for vaapioverlay. 2020-03-09 16:34:16 +08:00
examples test: vaapicontext: fix draw callback with multiple videos 2020-07-31 14:02:33 +02:00
internal gst: don't use volatile to mean atomic 2021-03-19 19:03:54 +11:00
meson.build tests: check: initial unit test support 2019-10-16 12:49:17 -07:00