diff options
-rw-r--r-- | templates/flumotion/default/video-resize.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/flumotion/default/video-resize.xml b/templates/flumotion/default/video-resize.xml index 3444bc1..7f858b9 100644 --- a/templates/flumotion/default/video-resize.xml +++ b/templates/flumotion/default/video-resize.xml @@ -7,6 +7,6 @@ <eater name="default"> <feed alias="default">{{ component.feeder }}</feed> </eater> - <property name="pipeline">videoscale method=bilinear ! video/x-raw-yuv,width={{ component.properties['width'] }},height={{ component.properties['height'] }}</property> + <property name="pipeline">videoscale method=lanczos ! video/x-raw-yuv,width={{ component.properties['width'] }},height={{ component.properties['height'] }}</property> <clock-master>false</clock-master> </component> |