gst: Don't fail gst_init() if updating the registry fails
authorSebastian Dröge <sebastian@centricular.com>
Sat, 9 Jul 2022 13:50:54 +0000 (16:50 +0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 10 Aug 2022 11:31:50 +0000 (11:31 +0000)
commit8409798f17c810909d23eb1ea6d459350d19e9b4
treed207cd2f69edf9cb0e01d0f77d452679eb265f21
parentc883a9f54b58bb7acc2cd9856bbb0a84a6d629af
gst: Don't fail gst_init() if updating the registry fails

Everything is already marked as initialized at that point and by failing
no tracers would be loaded or plugin feature rank overrides would be
applied.

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