summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/mpegts-mux.xml
blob: 8d8be6aef8274889bcbba89f6d1d4cb4c8599794 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
    <component name="{{ name }}"
               type="mpegts-muxer"
               label="{{ component.desc }}"
               worker="{{ component.worker }}"
               project="flumotion"
               version="{{ globals.version }}">
        <eater name="default">
          <feed alias="default">{{ component.feeder_audio }}</feed>
%% if component.feeder_video
          <feed alias="default-bis">{{ component.feeder_video }}</feed>
%% endif
        </eater>
        <clock-master>false</clock-master>
    </component>