diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/codec-preferences | 36 |
2 files changed, 40 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 52108fbe7..94737140f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -30,6 +30,10 @@ schemas_in_files = empathy.schemas.in schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) @INTLTOOL_SCHEMAS_RULE@ +streamingprefsdir = $(datadir)/empathy +streamingprefs_DATA = \ + codec-preferences + if GCONF_SCHEMAS_INSTALL install-data-local: if test -z "$(DESTDIR)" ; then \ diff --git a/data/codec-preferences b/data/codec-preferences new file mode 100644 index 000000000..0cb0910bc --- /dev/null +++ b/data/codec-preferences @@ -0,0 +1,36 @@ +# Favorite audio codecs + +[audio/SPEEX:8000] +clock-rate=8000 + +[audio/SPEEX:16000] +clock-rate=16000 + +[audio/AMR] + +[audio/G729] + +[audio/ILBC] + +# Disabled audio codecs + +[audio/DV] +id=-1 + +[audio/MPA] +id=-1 + +[audio/VORBIS] +id=-1 + +[audio/MP3] +id=-1 + + +# Favorite video codecs + +[video/H264] + +[video/H263] + +[video/THEORA] |