gstreamer/gst/videorate
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
..
gstvideorate.c videorate: allow per feature registration 2021-03-16 17:58:59 +00:00
gstvideorate.h gst: don't use volatile to mean atomic 2021-03-19 04:20:19 +00:00
meson.build doc: Port to hotdoc 2019-05-13 11:34:08 -04:00