mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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:
parent
98f65dadac
commit
3eaff63dcf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue