mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-16 20:36:06 +00:00
plugin: refresh the plugin registry when plugins change.
This commit is contained in:
parent
ca020b3dd7
commit
01dda89d42
1 changed files with 3 additions and 1 deletions
|
@ -350,7 +350,9 @@ plugin_init (GstPlugin * plugin)
|
|||
|
||||
gst_plugin_add_dependency_simple (plugin,
|
||||
"HOME/.gstreamer-0.10/plugins/python:GST_PLUGIN_SYSTEM_PATH/python:GST_PLUGIN_PATH/python",
|
||||
NULL, NULL, GST_PLUGIN_DEPENDENCY_FLAG_NONE);
|
||||
PLUGINDIR "/python:HOME/.gstreamer-0.10/plugins/python:"
|
||||
"GST_PLUGIN_SYSTEM_PATH/python:GST_PLUGIN_PATH/python", NULL,
|
||||
GST_PLUGIN_DEPENDENCY_FLAG_NONE);
|
||||
|
||||
GST_LOG ("Checking to see if libpython is already loaded");
|
||||
g_module_symbol (g_module_open (NULL, G_MODULE_BIND_LOCAL), "_Py_NoneStruct",
|
||||
|
|
Loading…
Reference in a new issue