Skip to content
Snippets Groups Projects
Commit 800e87d5 authored by Thibg's avatar Thibg
Browse files

[Jingle] Reduce CPU and bandwidth usage with videotestsrc by fixing framerate

parent bf8347e9
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ class VideoInputManager(DeviceManager): ...@@ -79,7 +79,7 @@ class VideoInputManager(DeviceManager):
self.devices = {} self.devices = {}
# Test src # Test src
self.detect_element('videotestsrc', _('Video test'), self.detect_element('videotestsrc', _('Video test'),
'%s is-live=true') '%s is-live=true ! video/x-raw-yuv,framerate=10/1')
# Auto src # Auto src
self.detect_element('autovideosrc', _('Autodetect')) self.detect_element('autovideosrc', _('Autodetect'))
# V4L2 src # V4L2 src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment