Skip to content

python: More functions can be called before gst_init()

Configuration of our debugging system is possible before init, and in fact is necessary too, otherwise the settings won't apply to logging that happens during init.

For instance, since you cannot register a log function before you call init in python, there is no way for you to log errors during init to whatever logging service your app uses.

CC: @thiblahute @meh

Merge request reports