summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/flumotion/default/mjpeg-encode.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/flumotion/default/mjpeg-encode.xml b/templates/flumotion/default/mjpeg-encode.xml
index 2561af3..da8947e 100644
--- a/templates/flumotion/default/mjpeg-encode.xml
+++ b/templates/flumotion/default/mjpeg-encode.xml
@@ -1,5 +1,5 @@
<component name="{{ name }}"
- type="jpeg-encoder"
+ type="pipeline-converter"
label="{{ component.desc }}"
worker="{{ component.worker }}"
project="flumotion"
@@ -7,6 +7,6 @@
<eater name="default">
<feed alias="default">{{ component.feeder }}</feed>
</eater>
- <property name="quality">{{ component.properties['bitrate'] }}</property>
+ <property name="pipeline">ffmpegcolorspace ! jpegenc quality={{ component.properties['bitrate'] }} idct-method=float</property>
<clock-master>false</clock-master>
</component>