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:
Nicolas Dufresne 2017-12-18 12:11:21 -05:00
parent 11af685d64
commit 8c850b3465

View file

@ -255,7 +255,8 @@ plugin_init (GstPlugin * plugin)
side_right_role = lilv_new_uri (world, LV2_PORT_GROUPS__sideRight);
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 */
if (!gst_audio_channel_position_get_type ())