Windows doesn't support fork so every test will be performed in one process. So the test_meta_custom_transform() is being failed because "test-custom" custom meta is being used/defined in another test test_meta_custom() as well. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1086>
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, ...