Skip to content

gst_init: Initialize static plugins just before dynamic plugins

Xavier Claessens requested to merge xclaesse/gstreamer:static-plugins into main

All plugins needs to be initialized after gst_initialized = TRUE; otherwise they could complain that gst_init() has not been called.

Merge request reports