summaryrefslogtreecommitdiff
path: root/templates/default/flumotion/decklink.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-03 03:15:56 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-03 03:15:56 +0100
commita43d1a058491d0255fd732f2f964379f18418356 (patch)
treec97bc7414e86afb4f1e4a254d2659efb4655d39e /templates/default/flumotion/decklink.xml
parentcreating and removing worspaces works now (diff)
deploying manager to k8s works now
Diffstat (limited to 'templates/default/flumotion/decklink.xml')
-rw-r--r--templates/default/flumotion/decklink.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/default/flumotion/decklink.xml b/templates/default/flumotion/decklink.xml
deleted file mode 100644
index cc82727..0000000
--- a/templates/default/flumotion/decklink.xml
+++ /dev/null
@@ -1,13 +0,0 @@
- <component name="{{ name }}"
- type="decklink-producer"
- label="{{ component.desc }}"
- worker="{{ component.worker }}"
- project="flumotion"
- 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>