]> git.sesse.net Git - kdenlive/commitdiff
Tag should be equal to id, otherwise it just doesn't work
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Fri, 7 Jan 2011 05:35:17 +0000 (05:35 +0000)
committerAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Fri, 7 Jan 2011 05:35:17 +0000 (05:35 +0000)
svn path=/trunk/kdenlive/; revision=5281

effects/dust.xml
effects/grain.xml
effects/scratchlines.xml
effects/tcolor.xml

index a7c404963f8bcf166c3f4b269c4795ffddf120cb..863cf461cceca82a6fe4f68be2038a48295a49e3 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE kpartgui>
-<effect tag="oldfilm" id="dust" type="video" unique="1">
+<effect tag="dust" id="dust" type="video" unique="1">
        <name>Dust</name>
        <description>Add dust and specks to the video, as in old movies</description>
        <author>Marco Gittler</author>
index fef441a9efce24ae2eb02d4c472f30809261d122..6fa29b25831541364fec7e7816d8d84e15b27ca5 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE kpartgui>
-<effect tag="oldfilm" id="grain" type="video" unique="1">
+<effect tag="grain" id="grain" type="video" unique="1">
        <name>Grain</name>
        <description>Grain over the image</description>
        <author>Marco Gittler</author>
index 07a4d626ba961077e1b2695a837757c562f540cd..c906bb5a2f363241832114ebd871dca8e8d4294e 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE kpartgui>
-<effect tag="oldfilm" id="lines" type="video" unique="1">
+<effect tag="lines" id="lines" type="video" unique="1">
        <name>Scratchlines</name>
        <description>Scratchlines over the picture</description>
        <author>Marco Gittler</author>
index 6d4bce76ad2a77f6707d04b93bbc8f91c779f9f9..f92df9f882703e01b28cdcac03fb2cbd6f4226b5 100644 (file)
@@ -1,12 +1,12 @@
 <!DOCTYPE kpartgui>
-<effect tag="oldfilm" id="tcolor" type="video" unique="1">
+<effect tag="tcolor" id="tcolor" type="video" unique="1">
        <name>Technicolor</name>
        <description>Oversaturate the color in video, like in old Technicolor movies</description>
        <author>Marco Gittler</author>
-       <parameter type="double" name="oversaturate_cr" max="400" min="-400" default="190">
+       <parameter type="simplekeyframe" name="oversaturate_cr" max="400" min="-400" default="190">
                <name>Blue/Yellow axis</name>
        </parameter>
-       <parameter type="double" name="oversaturate_cb" max="400" min="-400" default="190">
+       <parameter type="simplekeyframe" name="oversaturate_cb" max="400" min="-400" default="190">
                <name>Red/Green axis</name>
        </parameter>
 </effect>