summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/vorbis-encode.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/flumotion/default/vorbis-encode.xml')
-rw-r--r--templates/flumotion/default/vorbis-encode.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/flumotion/default/vorbis-encode.xml b/templates/flumotion/default/vorbis-encode.xml
deleted file mode 100644
index 83471fd..0000000
--- a/templates/flumotion/default/vorbis-encode.xml
+++ /dev/null
@@ -1,12 +0,0 @@
- <component name="{{ name }}"
- type="vorbis-encoder"
- label="{{ component.desc }}"
- worker="{{ component.worker }}"
- project="flumotion"
- version="{{ globals.version }}">
- <eater name="default">
- <feed alias="default">{{ component.feeder }}</feed>
- </eater>
- <property name="bitrate">{{ component.properties['bitrate'] * 1000 }}</property>
- <clock-master>false</clock-master>
- </component>