mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Plugin Loader: Don't register non-gstElement subclasses
This commit is contained in:
parent
3ec4919434
commit
c4d785bc7b
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ gst_python_plugin_load_file (GstPlugin * plugin, const char *name)
|
|||
PyErr_Clear ();
|
||||
Py_DECREF (elementfactory);
|
||||
Py_DECREF (class);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
GST_LOG ("Valid plugin");
|
||||
|
|
Loading…
Reference in a new issue