diff options
Diffstat (limited to 'templates/default/flumotion/audio-resample.xml.j2')
-rw-r--r-- | templates/default/flumotion/audio-resample.xml.j2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/default/flumotion/audio-resample.xml.j2 b/templates/default/flumotion/audio-resample.xml.j2 new file mode 100644 index 0000000..7182b01 --- /dev/null +++ b/templates/default/flumotion/audio-resample.xml.j2 @@ -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> |