mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-21 23:58:56 +00:00
Creating a socket source, creates a cancellable source internally. This mechanism is racy and in order to workaround the race, the final unref can be delayed. Unfortunatly, it seams that this is randomly leaked. This affects users of glib 2.65 and up. Add a suppression on our side in order to avoid this leak showing up randomly in our CI. See https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1400 for more about the glib implementation detail. And follow this link for an example of failing CI pipeline: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/jobs/51694889 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5688> |
||
---|---|---|
.. | ||
benchmarks | ||
check | ||
examples | ||
misc | ||
validate | ||
meson.build | ||
README |
This directory contains regression tests, functionality tests, examples, benchmarks, ... benchmarks/ benchmarks to profile pieces of GStreamer check/ unit tests using the check library, non-interactive examples/ small examples demonstrating the use of various features misc/ prototypes, random bits, ...