Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2021-03-19 09:24:25 +0300
committerMatthew Waters <matthew@centricular.com>2021-03-19 09:24:25 +0300
commit359c07203e277e7b5e8f5c3f97c73ddbf7729b7a (patch)
tree17ff08a7dbfac00c32ee1e87cdfaec4c85b070a5 /generic/threadshare/Cargo.toml
parenta50016608230bf1928db5cb0763ab7bef60222d8 (diff)
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
Diffstat (limited to 'generic/threadshare/Cargo.toml')
0 files changed, 0 insertions, 0 deletions