gst-plugins-rs/utils/fallbackswitch/src
Matthew Waters 359c07203e 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
2021-03-19 17:24:25 +11:00
..
base gst: don't use volatile to mean atomic 2021-03-19 17:24:25 +11:00
fallbacksrc Update for the subclassing glib/gstreamer bindings API changes 2021-03-09 17:07:13 +02:00
fallbackswitch Update for the subclassing glib/gstreamer bindings API changes 2021-03-09 17:07:13 +02:00
lib.rs Update for macro renames 2020-12-20 20:43:45 +02:00