gstreamer/sys/opensles
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
..
meson.build meson: add more plugins to plugins list 2019-05-30 20:41:57 +02:00
opensles.c Fix FSF address 2012-11-04 00:09:59 +00:00
opensles.h Fix FSF address 2012-11-04 00:09:59 +00:00
openslescommon.c gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
openslescommon.h opensles: Fix build with Android API level < 14 2015-06-13 16:03:58 +05:30
openslesringbuffer.c openslesringbuffer: Warn if the position reported by OpenSL is higher than what we queued up so far 2016-03-16 12:03:53 +02:00
openslesringbuffer.h openslessink: Allow setting the stream type via a property 2015-06-13 16:03:00 +05:30
openslessink.c opensles: Remove hard-coded buffer-/latency-time values 2020-05-16 19:23:06 +00:00
openslessink.h openslessink: Allow setting the stream type via a property 2015-06-13 16:03:00 +05:30
openslessrc.c opensles: Remove hard-coded buffer-/latency-time values 2020-05-16 19:23:06 +00:00
openslessrc.h openslessrc: Implement recording presets 2015-06-13 16:03:00 +05:30