diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-05-20 02:24:15 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-05-20 05:26:00 +0800 |
commit | bb43456be55d117ea23c65f3488c49a128dbcb62 (patch) | |
tree | 85ace69974139e8cdac927c00e572f4b67a59782 /data/element-properties | |
parent | fe45d91be46ad4c05bdecf162b720ee7502c3f30 (diff) | |
download | gsoc2013-empathy-bb43456be55d117ea23c65f3488c49a128dbcb62.tar gsoc2013-empathy-bb43456be55d117ea23c65f3488c49a128dbcb62.tar.gz gsoc2013-empathy-bb43456be55d117ea23c65f3488c49a128dbcb62.tar.bz2 gsoc2013-empathy-bb43456be55d117ea23c65f3488c49a128dbcb62.tar.lz gsoc2013-empathy-bb43456be55d117ea23c65f3488c49a128dbcb62.tar.xz gsoc2013-empathy-bb43456be55d117ea23c65f3488c49a128dbcb62.tar.zst gsoc2013-empathy-bb43456be55d117ea23c65f3488c49a128dbcb62.zip |
Add defaults for VP8 encoding
Diffstat (limited to 'data/element-properties')
-rw-r--r-- | data/element-properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/element-properties b/data/element-properties index d5609e934..87b395e2e 100644 --- a/data/element-properties +++ b/data/element-properties @@ -20,6 +20,12 @@ rtp-payload-size=1 [theoraenc] bitrate=256 +[vp8enc] +bitrate=256000 +max-latency=1 +speed=2 +error-resilient=true + # Work around bug in the re-timestamp slaving method in # GStreamer (2 is skew) [alsasrc] |