mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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:
parent
e000de4064
commit
4606a2002b
3 changed files with 7 additions and 1 deletions
|
@ -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
2
common
|
@ -1 +1 @@
|
|||
Subproject commit cf363b3ae6ce3c4a84a561e04ffc4e3b37435a61
|
||||
Subproject commit e6e9e5ab1702ac32185b2b28af81feba9fd132f1
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue