gstreamer/gst/adder
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
..
gstadder.c adder: allow per feature registration 2021-03-16 17:58:59 +00:00
gstadder.h gst: don't use volatile to mean atomic 2021-03-19 04:20:19 +00:00
gstadderorc-dist.c Update disted orc file 2017-10-31 11:57:23 +01:00
gstadderorc-dist.h adder: Remove caching of the processing function 2013-05-30 23:56:52 +02:00
gstadderorc.orc adder: Remove caching of the processing function 2013-05-30 23:56:52 +02:00
meson.build meson: add update-orc-dist target 2020-07-04 14:01:56 +01:00