[empathy] Add defaults for VP8 encoding



commit bb43456be55d117ea23c65f3488c49a128dbcb62
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Wed May 19 19:24:15 2010 +0100

    Add defaults for VP8 encoding

 data/codec-preferences  |    4 ++++
 data/element-properties |    6 ++++++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/data/codec-preferences b/data/codec-preferences
index c1d0832..fbd8ad5 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 d5609e9..87b395e 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]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]