gstreamer/gst-libs/gst/audio
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
..
audio-bad-prelude.h libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 14:45:56 +01:00
gstnonstreamaudiodecoder.c gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
gstnonstreamaudiodecoder.h doc: remove xml from comments 2019-05-29 22:58:08 +02:00
gstplanaraudioadapter.c planaraudioadapter: fix possible NULL ptr dereference 2020-05-21 17:12:25 +00:00
gstplanaraudioadapter.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-05 08:12:10 +02:00
meson.build Meson: Use pkg-config generator 2020-10-23 11:14:18 -04:00