]> git.sesse.net Git - kdenlive/commitdiff
MLT effects don't use "simplekeyframe"
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Sat, 8 Jan 2011 03:16:19 +0000 (03:16 +0000)
committerAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Sat, 8 Jan 2011 03:16:19 +0000 (03:16 +0000)
svn path=/trunk/kdenlive/; revision=5298

effects/dust.xml

index 40abc7c9699ae16ff52d85fd25191bd685f38cd2..863cf461cceca82a6fe4f68be2038a48295a49e3 100644 (file)
@@ -3,10 +3,10 @@
        <name>Dust</name>
        <description>Add dust and specks to the video, as in old movies</description>
        <author>Marco Gittler</author>
-       <parameter type="simplekeyframe" name="maxdiameter" max="100" min="0" default="2">
+       <parameter type="double" name="maxdiameter" max="100" min="0" default="2">
                <name>Maximal Diameter</name>
        </parameter>
-       <parameter type="simplekeyframe" name="maxcount" max="400" min="0" default="10">
+       <parameter type="double" name="maxcount" max="400" min="0" default="10">
                <name>Maximal number of dust</name>
        </parameter>
 </effect>