summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/mp3-mux.xml
blob: f7ac81df49d3f76360bf35d35776fdc1a82ebaae (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_audio }}</feed>
        </eater>
        <property name="pipeline">identity</property>
        <clock-master>false</clock-master>
    </component>