gst/gstregistry.c: unref a plug-in we get that was already initialized

Original commit message from CVS:

* gst/gstregistry.c: (gst_registry_scan_path_level):
unref a plug-in we get that was already initialized
This commit is contained in:
Thomas Vander Stichele 2005-10-18 07:13:25 +00:00
parent e000de4064
commit 4606a2002b
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstregistry.c: (gst_registry_scan_path_level):
unref a plug-in we get that was already initialized
2005-10-18 Stefan Kost <ensonic@users.sf.net>
* docs/gst/gstreamer-sections.txt:

2
common

@ -1 +1 @@
Subproject commit cf363b3ae6ce3c4a84a561e04ffc4e3b37435a61
Subproject commit e6e9e5ab1702ac32185b2b28af81feba9fd132f1

View file

@ -706,6 +706,7 @@ gst_registry_scan_path_level (GstRegistry * registry, const gchar * path,
"plugin already registered from path \"%s\"",
GST_STR_NULL (plugin->filename));
g_free (filename);
gst_object_unref (plugin);
continue;
}
plugin->registered = TRUE;