pythonplugin: fails silently on plugin issue
authorStéphane Cerveau <scerveau@collabora.com>
Thu, 21 Apr 2022 07:51:50 +0000 (09:51 +0200)
committerSebastian Dröge <slomo@coaxion.net>
Thu, 28 Apr 2022 08:57:47 +0000 (08:57 +0000)
commit853963ba214088de306c7deae81d30f42466ef1c
treedec3d54b011a16d2a9e07cf82327fe280898153e
parentfcc6fa21e9d3b7e83c691449d1c3c32868a465f2
pythonplugin: fails silently on plugin issue

If a gst python plugin fails to load, the meta plugin
should continue to try loading the following.
If no plugin can be loaded, the meta plugin should
not be blacklisted by returning false.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2253>
subprojects/gst-python/plugin/gstpythonplugin.c