summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/recorder.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/flumotion/default/recorder.xml')
-rw-r--r--templates/flumotion/default/recorder.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/flumotion/default/recorder.xml b/templates/flumotion/default/recorder.xml
deleted file mode 100644
index b2fce9e..0000000
--- a/templates/flumotion/default/recorder.xml
+++ /dev/null
@@ -1,14 +0,0 @@
- <component name="{{ name }}"
- type="disk-consumer"
- label="{{ component.desc }}"
- worker="{{ component.worker }}"
- project="flumotion"
- version="{{ globals.version }}">
- <eater name="default">
- <feed alias="default">{{ component.feeder }}</feed>
- </eater>
-%% for name, value in component.properties.items()
- <property name="{{ name }}">{{ value }}</property>
-%% endfor
- <clock-master>false</clock-master>
- </component>