recommenting out line I had mistakedly uncommented

Original commit message from CVS:
recommenting out line I had mistakedly uncommented
This commit is contained in:
Christian Schaller 2001-12-15 15:53:49 +00:00
parent c4f7b26289
commit d36e28ce89

View file

@ -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);