diff options
author | Christian Pointner <equinox@spreadspace.org> | 2018-02-03 00:14:04 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2018-02-03 00:14:04 +0100 |
commit | bc55198e0ebd1fad58e8b10d9ecbdfab91edee68 (patch) | |
tree | 6b867de91916baa4c948aa903b58b388956b97c6 /templates/flumotion/default/videotest.xml | |
parent | minor fix (diff) |
reorganized template dir
Diffstat (limited to 'templates/flumotion/default/videotest.xml')
-rw-r--r-- | templates/flumotion/default/videotest.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/flumotion/default/videotest.xml b/templates/flumotion/default/videotest.xml deleted file mode 100644 index 342d645..0000000 --- a/templates/flumotion/default/videotest.xml +++ /dev/null @@ -1,11 +0,0 @@ - <component name="{{ name }}" - type="videotest-producer" - label="{{ component.desc }}" - worker="{{ component.worker }}" - project="flumotion" - version="{{ globals.version }}"> -%% for name, value in component.properties.items() - <property name="{{ name }}">{{ value }}</property> -%% endfor - <clock-master>{{ component.master }}</clock-master> - </component> |