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