[SCM] calf/master: Call post_instantiate on the correct class (fixes progress reporting).
js at users.alioth.debian.org
js at users.alioth.debian.org
Tue May 7 15:40:12 UTC 2013
The following commit has been merged in the master branch:
commit 086661555c765c7915b3fe013acb25c538bbe3f8
Author: Krzysztof Foltman <wdev at foltman.com>
Date: Sat May 8 14:17:28 2010 +0100
Call post_instantiate on the correct class (fixes progress reporting).
diff --git a/src/calf/lv2wrap.h b/src/calf/lv2wrap.h
index 3a27b9e..15b5cb8 100644
--- a/src/calf/lv2wrap.h
+++ b/src/calf/lv2wrap.h
@@ -247,7 +247,7 @@ struct lv2_wrapper
}
features++;
}
- mod->module->post_instantiate();
+ mod->post_instantiate();
return mod;
}
static plugin_ctl_iface *cb_get_pci(LV2_Handle Instance)
--
calf audio plugins packaging
More information about the pkg-multimedia-commits
mailing list