Opened 9 months ago

#11661 new defect

lv2 protocol violation

Reported by: Dave Flater Owned by:
Priority: normal Component: avfilter
Version: git-master Keywords: LV2
Cc: Dave Flater Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

lilv.h says about the function lilv_instance_activate, "This MUST be called before calling lilv_instance_run()."

libavfilter/af_lv2.c calls lilv_instance_run, but it never calls lilv_instance_activate. As a result, an LV2 plugin that relies on activate being called as described in lv2.h will fail.

Change History (0)

Note: See TracTickets for help on using tickets.