This can be used later by base class APIs to know whether they're called from a subclass instance init function (where the object isn't properly constructed yet and one should only really poke at the instance structure but not much else) or after object construction has been finished. Fix up GstBin unit test for CONSTRUCTED flag addition. See https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2794 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6150>
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, ...