gstreamer/tests/examples/controller
Matthew Waters 3d887c7f07 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/-/merge_requests/775>
2021-03-19 04:15:19 +00:00
..
absolute-example.c controller: Added absolute direct control binding, example and test 2015-06-12 10:07:24 +02:00
audio-example.c examples: controller: fix typo in comments 2014-08-07 14:54:37 +01:00
control-sources.c gst: don't use volatile to mean atomic 2021-03-19 04:15:19 +00:00
controller-graph.c tests/examples: add a demo for the interpolation control source modes 2015-09-27 11:45:29 +02:00
meson.build meson: Add feature options for optional deps 2018-07-27 16:14:29 +05:30
text-color-example.c examples: controller: fix typo in comments 2014-08-07 14:54:37 +01:00