]> git.sesse.net Git - mlt/commitdiff
Document the store property of xml consumer.
authorDan Dennedy <dan@dennedy.org>
Thu, 19 Dec 2013 05:18:29 +0000 (21:18 -0800)
committerDan Dennedy <dan@dennedy.org>
Thu, 19 Dec 2013 05:19:04 +0000 (21:19 -0800)
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.