aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-05-20 02:24:15 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-05-20 05:26:00 +0800
commitbb43456be55d117ea23c65f3488c49a128dbcb62 (patch)
tree85ace69974139e8cdac927c00e572f4b67a59782 /data
parentfe45d91be46ad4c05bdecf162b720ee7502c3f30 (diff)
downloadgsoc2013-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')
-rw-r--r--data/codec-preferences4
-rw-r--r--data/element-properties6
2 files changed, 10 insertions, 0 deletions
diff --git a/data/codec-preferences b/data/codec-preferences
index c1d0832d3..fbd8ad55d 100644
--- a/data/codec-preferences
+++ b/data/codec-preferences
@@ -29,6 +29,10 @@ id=-1
# Favorite video codecs
+# We like freedom and the future (proof of concept VP8 payloading)
+[video/X-VP8-GST]
+
+# but keep an eye on people living in the past
[video/H264]
[video/H263]
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]