gst_init: Initialize static plugins just before dynamic plugins
authorXavier Claessens <xavier.claessens@collabora.com>
Wed, 31 Aug 2022 13:15:08 +0000 (09:15 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 31 Aug 2022 14:20:58 +0000 (14:20 +0000)
commit165fbec0a3fde23f3ca1dd113dc01d2973d19e38
treef6e71258bd636fe3c2e93699ce1c6b33eee0c775
parentfe40a7397342c962d5937b8bbf3c109d15378b3b
gst_init: Initialize static plugins just before dynamic plugins

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

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2962>
subprojects/gstreamer/gst/gst.c