]> git.sesse.net Git - mlt/commitdiff
Document some xml consumer properties.
authorDan Dennedy <dan@dennedy.org>
Wed, 17 Aug 2011 05:39:14 +0000 (22:39 -0700)
committerDan Dennedy <dan@dennedy.org>
Wed, 17 Aug 2011 05:39:14 +0000 (22:39 -0700)
src/modules/xml/consumer_xml.yml

index 894eff9979d62a95ce108e9be562b68aaf705d31..736973f3a258411e292e3fa85982cb84a0ead7d1 100644 (file)
@@ -28,6 +28,7 @@ parameters:
     mutable: no
     default: stdout
     widget: fileopen
+
   - identifier: all
     title: Process all frames
     type: integer
@@ -41,3 +42,17 @@ parameters:
     minimum: 0
     maximum: 1
     default: 0
+
+  - identifier: title
+    title: Title
+    type: string
+    description: >
+      You can give the composition a friendly name that some applications may use.
+
+  - identifier: root
+    title: Base path
+    type: string
+    description:
+      If a file name in the XML is relative, but not relative to the current
+      XML file's directory, then you can set the directory to which it is
+      relative here.