Glib 2.82 will be aliasing [1] TRUE and FALSE to the C99 definitions, which means it will be including stdbool.h As such, having variables named "bool" causes issues since it conflicts with the symbol defined in stdbool.h [1] https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4001 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6893>
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, ...