diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-11-07 00:26:44 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-11-07 00:36:56 +0800 |
commit | 39401a49473e8e202d91b9d43ea6ccbb9fca101c (patch) | |
tree | 521708335c6832a8a47399f24e2c66a2f59467e2 /data | |
parent | 872a7cc1b2a01c921817a77ad8c5d7b07189b8bc (diff) | |
download | gsoc2013-empathy-39401a49473e8e202d91b9d43ea6ccbb9fca101c.tar gsoc2013-empathy-39401a49473e8e202d91b9d43ea6ccbb9fca101c.tar.gz gsoc2013-empathy-39401a49473e8e202d91b9d43ea6ccbb9fca101c.tar.bz2 gsoc2013-empathy-39401a49473e8e202d91b9d43ea6ccbb9fca101c.tar.lz gsoc2013-empathy-39401a49473e8e202d91b9d43ea6ccbb9fca101c.tar.xz gsoc2013-empathy-39401a49473e8e202d91b9d43ea6ccbb9fca101c.tar.zst gsoc2013-empathy-39401a49473e8e202d91b9d43ea6ccbb9fca101c.zip |
Disable codecs not meant for general purpose conferencing
Diffstat (limited to 'data')
-rw-r--r-- | data/codec-preferences | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/codec-preferences b/data/codec-preferences index 0cb0910bc..c1d0832d3 100644 --- a/data/codec-preferences +++ b/data/codec-preferences @@ -34,3 +34,13 @@ id=-1 [video/H263] [video/THEORA] + +# Disable the ones we don't want +[video/JPEG] +id=-1 + +[video/DV] +id=-1 + +[video/MPV] +id=-1 |