Simple fix to stop gstreamer-compprep crashing when the registry is in use.

Original commit message from CVS:
Simple fix to stop gstreamer-compprep crashing when the registry is in
use.
This commit is contained in:
Richard Boulton 2001-06-05 01:15:29 +00:00
parent 98f65dadac
commit 3eaff63dcf

View file

@ -832,7 +832,7 @@ gst_plugin_add_autoplugger (GstPlugin *plugin, GstAutoplugFactory *factory)
GList*
gst_plugin_get_list (void)
{
return _gst_plugins;
return g_list_copy (_gst_plugins);
}
/**