summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/decklink.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-17 20:04:58 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-17 20:04:58 +0200
commit3b2828e86d0551af3964000b901c684be26d67c9 (patch)
tree876dafbcdd9705fa171a9de0893a08b06c56bd74 /templates/flumotion/default/decklink.xml
parentmoved template parameter to config file (diff)
moved output to output/<format>
Diffstat (limited to 'templates/flumotion/default/decklink.xml')
-rw-r--r--templates/flumotion/default/decklink.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/flumotion/default/decklink.xml b/templates/flumotion/default/decklink.xml
new file mode 100644
index 0000000..5eb6a2a
--- /dev/null
+++ b/templates/flumotion/default/decklink.xml
@@ -0,0 +1,13 @@
+ <component name="{{ name }}"
+ type="decklink-producer"
+ label="{{ component.desc }}"
+ worker="{{ component.worker }}"
+ project="flumotion-decklink"
+ version="{{ globals.version }}">
+%% for name, value in component.properties.items()
+%% if name != 'samplerate'
+ <property name="{{ name }}">{{ value }}</property>
+%% endif
+%% endfor
+ <clock-master>{{ component.master }}</clock-master>
+ </component>