registry: add support for GST_REGISTRY_REUSE_PLUGIN_SCANNER=no
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 18 Oct 2011 22:19:47 +0000 (23:19 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 26 Oct 2011 10:20:16 +0000 (11:20 +0100)
commitdd9f244f033ba3978d6ee26d9205d29fdd862d7c
tree850dae2c52c08a5f168efb499fd56ad4d741d790
parent27ce89812a9185b8a97a6f98eea53022dbdb6e4a
registry: add support for GST_REGISTRY_REUSE_PLUGIN_SCANNER=no

This will make sure we spawn a new plugin scanner helper for each plugin
to be introspected, which helps with making sure we don't load too many
shared objects (libs, plugins) at the same time on systems where there
is a hard limit like on Android.

A better version might re-use the scanner for up to N times, though
it's not clear whether that would actually improve things dramatically.

https://bugzilla.gnome.org/show_bug.cgi?id=662091
gst/gstregistry.c