summaryrefslogtreecommitdiff
path: root/contrib/flumotion-components/consumers/pipeline/pipeline.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-01-29 12:40:03 +0100
committerChristian Pointner <equinox@spreadspace.org>2014-01-29 12:40:03 +0100
commit1302840af44224fc767a3df88df04d85ccdcca94 (patch)
treef3e8d9988568932b50bd71629afa4d5bb0f160f4 /contrib/flumotion-components/consumers/pipeline/pipeline.xml
parentimproved parameter for vp8-encoder (diff)
added pipeline-consumer and rtmp example using it
Diffstat (limited to 'contrib/flumotion-components/consumers/pipeline/pipeline.xml')
-rw-r--r--contrib/flumotion-components/consumers/pipeline/pipeline.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/contrib/flumotion-components/consumers/pipeline/pipeline.xml b/contrib/flumotion-components/consumers/pipeline/pipeline.xml
new file mode 100644
index 0000000..00b25ee
--- /dev/null
+++ b/contrib/flumotion-components/consumers/pipeline/pipeline.xml
@@ -0,0 +1,50 @@
+<registry>
+ <components>
+ <component type="pipeline-consumer"
+ base="flumotion/component/consumers/pipeline"
+ _description="A generic GStreamer pipeline consumer..">
+ <source location="flumotion.component.consumers.pipeline.pipeline"/>
+
+ <eater name="default"/>
+
+ <entries>
+ <entry type="component" location="pipeline.py"
+ function="Pipeline"/>
+ </entries>
+
+ <properties>
+ <property name="pipeline" type="string" required="yes"
+ _description="The partial GStreamer pipeline to use." />
+ </properties>
+ </component>
+ </components>
+
+ <bundles>
+ <bundle name="pipeline-base">
+ <dependencies>
+ <dependency name="component-base" />
+ </dependencies>
+
+ <directories>
+ <directory name="flumotion/component/consumers/pipeline">
+ <filename location="__init__.py" />
+ </directory>
+ </directories>
+ </bundle>
+
+ <bundle name="pipeline-component">
+ <dependencies>
+ <dependency name="component"/>
+ <dependency name="pipeline-base"/>
+ </dependencies>
+
+ <directories>
+ <directory name="flumotion/component/consumers/pipeline">
+ <filename location="pipeline.py"/>
+ </directory>
+ </directories>
+ </bundle>
+ </bundles>
+
+</registry>
+