mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
lv2: Recursively monitor the lv2 plugin path
Otherwise we might not update the cache when needed. https://bugzilla.gnome.org/show_bug.cgi?id=791717
This commit is contained in:
parent
11af685d64
commit
8c850b3465
1 changed files with 2 additions and 1 deletions
|
@ -255,7 +255,8 @@ plugin_init (GstPlugin * plugin)
|
||||||
side_right_role = lilv_new_uri (world, LV2_PORT_GROUPS__sideRight);
|
side_right_role = lilv_new_uri (world, LV2_PORT_GROUPS__sideRight);
|
||||||
|
|
||||||
gst_plugin_add_dependency_simple (plugin,
|
gst_plugin_add_dependency_simple (plugin,
|
||||||
"LV2_PATH", GST_LV2_DEFAULT_PATH, NULL, GST_PLUGIN_DEPENDENCY_FLAG_NONE);
|
"LV2_PATH", GST_LV2_DEFAULT_PATH, NULL,
|
||||||
|
GST_PLUGIN_DEPENDENCY_FLAG_RECURSE);
|
||||||
|
|
||||||
/* ensure GstAudioChannelPosition type is registered */
|
/* ensure GstAudioChannelPosition type is registered */
|
||||||
if (!gst_audio_channel_position_get_type ())
|
if (!gst_audio_channel_position_get_type ())
|
||||||
|
|
Loading…
Reference in a new issue