diff --git a/gst/gstplugin.c b/gst/gstplugin.c index 675949a4d4..c582a253a2 100644 --- a/gst/gstplugin.c +++ b/gst/gstplugin.c @@ -102,7 +102,7 @@ _gst_plugin_initialize (void) if (_gst_warn_old_registry) g_error ("gstplugin: registry needs rebuild: run gstreamer-register\n"); gst_plugin_load_all (); - gst_plugin_unload_all (); + /* gst_plugin_unload_all (); */ return; } gst_plugin_load_thyself (doc->xmlRootNode);