Plugin Loader: Don't register non-gstElement subclasses
This commit is contained in:
parent
3ec4919434
commit
c4d785bc7b
@ -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…
x
Reference in New Issue
Block a user