Skip to content
Snippets Groups Projects
Commit 3d887c7f authored by Matthew Waters's avatar Matthew Waters :koala: Committed by GStreamer Marge Bot
Browse files

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 gst-plugins-good#868

Part-of: <!775>
parent 69e6cd77
No related branches found
No related tags found
No related merge requests found
Showing with 40 additions and 41 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment