[SCM] calf/master: Fix incorrect plugin class (spotted by Luis Garrido).

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:19 UTC 2013


The following commit has been merged in the master branch:
commit d971297ebebd9faf6c2640fdbecdfc553cd8407e
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Jul 11 09:31:22 2010 +0100

    Fix incorrect plugin class (spotted by Luis Garrido).
    
    It's SimulatorPlugin, not SimulationPlugin.

diff --git a/src/metadata.cpp b/src/metadata.cpp
index bf73f8b..4bfc377 100644
--- a/src/metadata.cpp
+++ b/src/metadata.cpp
@@ -185,7 +185,7 @@ CALF_PORT_PROPS(rotary_speaker) = {
     { 0,           0,           1,     0,  PF_FLOAT | PF_CTL_LED | PF_PROP_OUTPUT | PF_PROP_OPTIONAL, NULL, "meter_h", "High rotor" },
 };
 
-CALF_PLUGIN_INFO(rotary_speaker) = { 0x8483, "RotarySpeaker", "Calf Rotary Speaker", "Krzysztof Foltman", calf_plugins::calf_copyright_info, "SimulationPlugin" };
+CALF_PLUGIN_INFO(rotary_speaker) = { 0x8483, "RotarySpeaker", "Calf Rotary Speaker", "Krzysztof Foltman", calf_plugins::calf_copyright_info, "SimulatorPlugin" };
 
 ////////////////////////////////////////////////////////////////////////////
 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list