diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-09-16 15:18:20 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-09-16 15:32:04 +0200 |
commit | 9c0ff2f38174f2e4111859bd66956a77764cb515 (patch) | |
tree | a6d388187227910b3c4a552eb1a2e3f1403ecbc7 | |
parent | b9ba9a28daad8cf4148820780df819b10e14a41c (diff) | |
download | gstreamer-plugins-good-9c0ff2f38174f2e4111859bd66956a77764cb515.tar.gz |
[MOVED FROM BAD 133/134] vp8enc: Update realtime profile to the new properties
-rw-r--r-- | ext/vp8/GstVP8Enc.prs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/vp8/GstVP8Enc.prs b/ext/vp8/GstVP8Enc.prs index 6e1d13d9b..a0139595f 100644 --- a/ext/vp8/GstVP8Enc.prs +++ b/ext/vp8/GstVP8Enc.prs @@ -3,5 +3,6 @@ version=0.10 element-name=GstVP8Enc [Profile Realtime] -max-latency=1 -speed=2 +deadline=1 +cpu-used=4 +lag-in-frames=0 |