]> git.sesse.net Git - mlt/commitdiff
Mark composite transition metadata properties that are deprecated as
authorBrian Matherly <pez4brian@yahoo.com>
Wed, 27 Jul 2011 01:12:48 +0000 (20:12 -0500)
committerBrian Matherly <pez4brian@yahoo.com>
Wed, 27 Jul 2011 01:12:48 +0000 (20:12 -0500)
such.

src/modules/core/transition_composite.yml

index 055935be0f484e6d3ed22919d8619e9024474498..7e026da865ba0a59aa0b4b18cebf2eeba85e09cd 100644 (file)
@@ -109,7 +109,7 @@ parameters:
   - identifier: start
     title: Start geometry
     description: >
-      A geometry specification as X/Y:WxH[!][:mix]
+      (deprecated) A geometry specification as X/Y:WxH[!][:mix]
       
       X, Y, W, H are assumed to pixel units unless they have the suffix '%'.
       
@@ -123,15 +123,16 @@ parameters:
   - identifier: end
     title: End geometry
     description: >
-      X/Y:WxH[:mix] - The end geometry specification (see "start").
+      (deprecated) X/Y:WxH[:mix] - The end geometry specification (see "start").
     type: geometry
     readonly: no
     mutable: yes
   - identifier: key[F]
     title: Key frame geometry
     description: >
-      X/Y:WxH[:mix] - set a key frame for geometry between the in and out. F is 
-      a frame number and can be negative to make it relative to the out point.
+      (deprecated) X/Y:WxH[:mix] - set a key frame for geometry between the in 
+      and out. F is a frame number and can be negative to make it relative to 
+      the out point.
     type: geometry
     readonly: no
     mutable: yes