From: Dan Dennedy Date: Wed, 17 Aug 2011 05:39:14 +0000 (-0700) Subject: Document some xml consumer properties. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=77d0ca91dfdba156d9679fd838efc78dd2508bd4;p=mlt Document some xml consumer properties. --- diff --git a/src/modules/xml/consumer_xml.yml b/src/modules/xml/consumer_xml.yml index 894eff99..736973f3 100644 --- a/src/modules/xml/consumer_xml.yml +++ b/src/modules/xml/consumer_xml.yml @@ -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.