summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/planet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/flumotion/default/planet.xml')
-rw-r--r--templates/flumotion/default/planet.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/flumotion/default/planet.xml b/templates/flumotion/default/planet.xml
index c1633ee..7a45913 100644
--- a/templates/flumotion/default/planet.xml
+++ b/templates/flumotion/default/planet.xml
@@ -48,6 +48,11 @@
{% for name, component in flow['streamer'].items() %}
{% include '%s.xml' % component.type %}
{% endfor %}
+
+<!-- recording -->
+{% for name, component in flow['recorder'].items() %}
+{% include '%s.xml' % component.type %}
+{% endfor %}
</flow>
</planet>