diff options
Diffstat (limited to 'data')
-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] |