Skip to content

ges: Don't call `gst_init()` from the Python formatters

When loaded via the GES plugin and without the plugin loader it would cause a recursive call to gst_init(), which then deadlocks.

Fixes #940 (closed)

Merge request reports