Skip to content

gstobject: add CONSTRUCTED flag

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 #2794


This is just the flag/API addition part from !6016 which is currently blocked on fixing up / investigating unit test failures.

Should get this in so we can do the bug fixes based on this later imho.

Merge request reports