]> git.0d.be Git - empathy.git/commitdiff
Add defaults for VP8 encoding
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 19 May 2010 18:24:15 +0000 (19:24 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 19 May 2010 21:26:00 +0000 (22:26 +0100)
data/codec-preferences
data/element-properties

index c1d0832d3347029c184bbf71c45369321d53c96a..fbd8ad55da3ac96fa9dee7a2228e6b3a66d11cd2 100644 (file)
@@ -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]
index d5609e9348a35ebfb2bc737c71878029c1044e1b..87b395e2e117bb702728a39dc9c647614a23945f 100644 (file)
@@ -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]