summaryrefslogtreecommitdiff
path: root/templates/default/flumotion/audiotest.xml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default/flumotion/audiotest.xml.j2')
-rw-r--r--templates/default/flumotion/audiotest.xml.j211
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/default/flumotion/audiotest.xml.j2 b/templates/default/flumotion/audiotest.xml.j2
new file mode 100644
index 0000000..9e0f208
--- /dev/null
+++ b/templates/default/flumotion/audiotest.xml.j2
@@ -0,0 +1,11 @@
+ <component name="{{ name }}"
+ type="audiotest-producer"
+ label="{{ component.desc }}"
+ worker="{{ component.worker }}"
+ project="flumotion"
+ version="{{ globals.version }}">
+%% for name, value in component.properties.items()
+ <property name="{{ name }}">{{ value }}</property>
+%% endfor
+ <clock-master>{{ component.master }}</clock-master>
+ </component>