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 | |
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
-rw-r--r-- | data/codec-preferences | 4 | ||||
-rw-r--r-- | data/element-properties | 6 |
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] |