gstreamer/sys/wasapi
Matthew Waters 640a65bf96 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-bad/-/merge_requests/2098>
2021-03-22 14:34:36 +11:00
..
gstaudioclient3.h wasapi: Fix build with Windows 8.1 SDK 2018-08-08 01:03:53 +05:30
gstwasapi.c wasapi: Increase rank to prefer over directsoundsrc 2018-03-01 15:33:18 +05:30
gstwasapidevice.c wasapi: Don't cast GstDeviceProvider to GstElement 2019-10-14 14:43:59 +00:00
gstwasapidevice.h wasapi: Fix indentation issues missed by the commit hook 2018-02-08 11:46:01 +05:30
gstwasapisink.c wasapi: added missing lock release in case of error in gst_wasapi_xxx_reset 2020-07-15 20:11:48 +00:00
gstwasapisink.h wasapi: Fix possible deadlock while downwards state change 2020-06-11 11:40:26 +00:00
gstwasapisrc.c wasapisrc: Make sure that wasapisrc produces data in loopback mode 2020-09-30 12:57:34 +00:00
gstwasapisrc.h wasapisrc: Make sure that wasapisrc produces data in loopback mode 2020-09-30 12:57:34 +00:00
gstwasapiutil.c gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
gstwasapiutil.h wasapi: Don't cast GstDeviceProvider to GstElement 2019-10-14 14:43:59 +00:00
meson.build docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00