mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
Set class inPlaceBroken property.
This commit is contained in:
parent
9e12fb5675
commit
ab96789f58
1 changed files with 5 additions and 2 deletions
|
@ -177,8 +177,11 @@ gst_lv2_base_init (gpointer g_class)
|
||||||
g_assert (control_in_count == gsp_class->num_control_in);
|
g_assert (control_in_count == gsp_class->num_control_in);
|
||||||
g_assert (control_out_count == gsp_class->num_control_out);
|
g_assert (control_out_count == gsp_class->num_control_out);
|
||||||
|
|
||||||
/*if (!LV2_IS_INPLACE_BROKEN (desc->Properties))
|
val = slv2_value_new_uri (world,
|
||||||
GST_SIGNAL_PROCESSOR_CLASS_SET_CAN_PROCESS_IN_PLACE (klass); */
|
"http://lv2plug.in/ns/lv2core#inPlaceBroken");
|
||||||
|
if (!slv2_plugin_has_feature (lv2plugin, val))
|
||||||
|
GST_SIGNAL_PROCESSOR_CLASS_SET_CAN_PROCESS_IN_PLACE (klass);
|
||||||
|
slv2_value_free (val);
|
||||||
|
|
||||||
klass->plugin = lv2plugin;
|
klass->plugin = lv2plugin;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue