summaryrefslogtreecommitdiff
path: root/templates/example/audio-resample.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-09-29 22:26:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-09-29 22:26:19 +0200
commit2fb1c83c7d5b24cba20a8373ea6ba84f2a1c0574 (patch)
tree8628109c29a394d7ff13ebaeef80059ca74e0f3f /templates/example/audio-resample.xml
parentadded video-resize support (fixed) (diff)
added support for audio-resample
Diffstat (limited to 'templates/example/audio-resample.xml')
-rw-r--r--templates/example/audio-resample.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/example/audio-resample.xml b/templates/example/audio-resample.xml
new file mode 100644
index 0000000..7182b01
--- /dev/null
+++ b/templates/example/audio-resample.xml
@@ -0,0 +1,12 @@
+ <component name="{{ name }}"
+ type="pipeline-converter"
+ label="{{ component.desc }}"
+ worker="{{ component.worker }}"
+ project="flumotion"
+ version="{{ globals.version }}">
+ <eater name="default">
+ <feed alias="default">{{ component.feeder }}</feed>
+ </eater>
+ <property name="pipeline">audioresample ! audio/x-raw-int,rate={{ component.properties['samplerate'] }}</property>
+ <clock-master>false</clock-master>
+ </component>