From: Brian Matherly Date: Wed, 27 Jul 2011 01:12:48 +0000 (-0500) Subject: Mark composite transition metadata properties that are deprecated as X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=308177a0424b142151049b241556cc573391189c;p=mlt Mark composite transition metadata properties that are deprecated as such. --- diff --git a/src/modules/core/transition_composite.yml b/src/modules/core/transition_composite.yml index 055935be..7e026da8 100644 --- a/src/modules/core/transition_composite.yml +++ b/src/modules/core/transition_composite.yml @@ -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