gstreamer/tests/examples
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
..
adapter Remove autotools build system 2019-10-13 16:10:42 +01:00
controller gst: don't use volatile to mean atomic 2021-03-19 04:15:19 +00:00
helloworld Use gst_object_unref() / gst_object_clear() instead of the GObject ones 2020-04-20 16:28:52 +00:00
memory Remove autotools build system 2019-10-13 16:10:42 +01:00
netclock Use gst_object_unref() / gst_object_clear() instead of the GObject ones 2020-04-20 16:28:52 +00:00
ptp Remove autotools build system 2019-10-13 16:10:42 +01:00
stepping Remove autotools build system 2019-10-13 16:10:42 +01:00
streamiddemux Use gst_object_unref() / gst_object_clear() instead of the GObject ones 2020-04-20 16:28:52 +00:00
streams Remove autotools build system 2019-10-13 16:10:42 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-19 21:26:14 +01:00