]> git.sesse.net Git - mlt/blobdiff - src/modules/xml/consumer_xml.yml
Document the store property of xml consumer.
[mlt] / src / modules / xml / consumer_xml.yml
index a310b953fff50cf84fc484a4e2b4dd316eec7e50..85eab0bf55bc91d5a69a97f7271e5d7d2b955fcd 100644 (file)
@@ -19,7 +19,8 @@ bugs:
      Property "id" is generated as service type followed by number if no
      property named "id" exists, but it fails to guarantee uniqueness.
 parameters:
-  - identifier: argument
+  - identifier: resource
+    argument: yes
     title: File
     type: string
     description: >
@@ -83,3 +84,10 @@ parameters:
       - clock # or CLOCK
     default: frames
     widget: dropdown
+
+  - identififer: store
+    title: Include property prefix
+    type: string
+    description: >
+      To save additional properties that MLT does not know about, supply an
+      application-specific property name prefix that you are using.