]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_region.yml
Cleanup Brian's service metadata contribution.
[mlt] / src / modules / core / transition_region.yml
index aea23243ce83906fe3da30d34d441a14709232a3..cf954706eabeb8094b68dce5c7276be683e36439 100644 (file)
@@ -10,30 +10,32 @@ language: en
 tags:
   - Video
 description: >
-   Apply zero or more filters to B frame as it is composited onto a region of 
-   the A frame. The "shape" of the region can be defined by the alpha channel 
-   of a third producer.
+  Apply zero or more filters to B frame as it is composited onto a region of
+  the A frame. The "shape" of the region can be defined by the alpha channel
+  of a third producer.
 parameters:
   - identifier: argument
     title: Shape producer
     type: string
     description: >
-       Nothing (unspecified) is rectangle, "circle" is a pixbuf-generated SVG 
-       circle, anything else is loaded by the factory.
+      The default shape is a rectangle, "circle" is a pixbuf-generated SVG
+      circle, anything else is loaded by the factory.
   - identifier: factory
     title: Factory
     type: string
     description: >
-       The service that creates the shape producer.
-    default: 'loader'
+      The service that creates the shape producer.
+    default: loader
   - identifier: filter[N]
     title: Filter
     type: string
     description: >
-       One or more filters to apply. All filter properties are passed using the 
-       same filter "key".
+      One or more filters to apply. All filter properties are passed using the
+      same filter "key".
   - identifier: composite.*
     title: Composite
+    type: properties
+    service-name: transition.composite
     description: >
       Properties may be set on the encapsulated composite transition.