gstreamer/tests/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
..
elements tests/elements/leaks.c: check get_tracer_by_name return value 2020-07-10 15:13:11 +00:00
generic Remove autotools build system 2019-10-13 16:10:42 +01:00
gst gst: don't use volatile to mean atomic 2021-04-13 01:58:54 +01:00
libs gst: don't use volatile to mean atomic 2021-04-13 01:58:54 +01:00
pipelines Use gst_object_unref() / gst_object_clear() instead of the GObject ones 2020-04-20 16:28:52 +00:00
tools tests: refactor tools check a little 2014-10-31 16:10:01 +00:00
gstreamer.supp tests: Add test for new live-objects leaktracer API 2019-07-02 15:13:26 +05:30
meson.build skip elements/leak.c if tracer is not available 2020-10-02 01:02:25 +01:00