mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
figure out problem with dynamic
Original commit message from CVS: figure out problem with dynamic
This commit is contained in:
parent
45549aabb2
commit
f683e73dc6
1 changed files with 3 additions and 1 deletions
|
@ -358,7 +358,9 @@ gst_plugin_load_file (const gchar * filename, GError ** error)
|
|||
plugin->desc.name, filename);
|
||||
g_set_error (error, GST_PLUGIN_ERROR,
|
||||
GST_PLUGIN_ERROR_NAME_MISMATCH,
|
||||
"already a plugin with name \"%s\" loaded", desc->name);
|
||||
"plugin %p from file \"%s\" with same name %s is already "
|
||||
"loaded, aborting loading of \"%s\"", plugin, plugin->filename,
|
||||
plugin->desc.name, filename);
|
||||
if (free_plugin)
|
||||
g_free (plugin);
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue