gstreamer/libs/gst/check
Matthew Waters fdf6a793dc 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/gstreamer/-/merge_requests/793>
2021-04-13 01:58:54 +01:00
..
libcheck check: Always mark _ck_assert_failed as noreturn 2020-07-22 13:45:54 +00:00
check-prelude.h libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
check.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstbufferstraw.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstbufferstraw.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstcheck.c gstcheck: remove bogus refcount asserts 2019-12-10 09:42:37 +01:00
gstcheck.h check: suppress g-ir-scanner warnings 2020-07-26 15:34:54 +01:00
gstconsistencychecker.c gst: don't use volatile to mean atomic 2021-04-13 01:58:54 +01:00
gstconsistencychecker.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstharness.c gst: don't use volatile to mean atomic 2021-04-13 01:58:54 +01:00
gstharness.h harness: Add gst_harness_pull_until_eos() 2019-10-07 17:47:47 +00:00
gsttestclock.c check: gst_test_clock_process_next_clock_id returns nullable 2020-12-04 16:13:26 +00:00
gsttestclock.h testclock: added single clock id process function 2019-12-04 16:02:59 +00:00
meson.build meson: fix warning about configure_file() install kwarg 2019-08-15 12:56:06 +01:00