From d36e28ce8931925f095d16d3242809b75fc52c32 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sat, 15 Dec 2001 15:53:49 +0000 Subject: [PATCH] recommenting out line I had mistakedly uncommented Original commit message from CVS: recommenting out line I had mistakedly uncommented --- gst/gstplugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);