From 800e87d5e981a3b21f13ab89820945d206d45943 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Mon, 3 May 2010 18:09:55 +0200 Subject: [PATCH] [Jingle] Reduce CPU and bandwidth usage with videotestsrc by fixing framerate --- src/common/multimedia_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/multimedia_helpers.py b/src/common/multimedia_helpers.py index c4f82f397..8678b919b 100644 --- a/src/common/multimedia_helpers.py +++ b/src/common/multimedia_helpers.py @@ -79,7 +79,7 @@ class VideoInputManager(DeviceManager): self.devices = {} # Test src self.detect_element('videotestsrc', _('Video test'), - '%s is-live=true') + '%s is-live=true ! video/x-raw-yuv,framerate=10/1') # Auto src self.detect_element('autovideosrc', _('Autodetect')) # V4L2 src