]> git.sesse.net Git - mlt/blob - src/modules/xml/consumer_xml.yml
Cleanup Brian's service metadata contribution.
[mlt] / src / modules / xml / consumer_xml.yml
1 schema_version: 0.1
2 type: consumer
3 identifier: xml
4 title: XML
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Dan Dennedy
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12   - Video
13 description: >
14   Serialise the service network to XML.
15   See docs/mlt-xml.txt for more information.
16 bugs:
17    - Untested arbitrary nesting of multitracks and playlists.
18    - >
19      Property "id" is generated as service type followed by number if no
20      property named "id" exists, but it fails to guarantee uniqueness.
21 parameters:
22   - identifier: argument
23     title: File
24     type: string
25     description: The name of a file in which to store the XML.
26     readonly: no
27     required: no
28     mutable: no
29     default: stdout
30     widget: fileopen