summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/audio-resample.xml
blob: 7182b018082e514947272a037179a7a3ed93515a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>