summaryrefslogtreecommitdiff
path: root/templates/example/decklink.xml
blob: f5815c1d1d6665bd8ee9bd85de65a7ac08c98518 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
    <component name="{{ name }}"
               type="decklink-producer"
               label="{{ component.desc }}"
               worker="{{ component.worker }}"
               project="flumotion"
               version="{{ globals.version }}">
      {% if 'device' in component.properties %}
      <property name="device">{{ component.properties['device'] }}</property>
      {% endif %}
      {% if 'mode' in component.properties %}
      <property name="mode">{{ component.properties['mode'] }}</property>
      {% endif %}
      {% if 'connection' in component.properties %}
      <property name="connection">{{ component.properties['connection'] }}</property>
      {% endif %}
      {% if 'audio-input' in component.properties %}
      <property name="audio-input">{{ component.properties['audio-input'] }}</property>
      {% endif %}
    </component>