[farsight2/master] Use speex as the default audio codec for the test
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:23:19 PST 2008
---
tests/gui/fs2-gui.py | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tests/gui/fs2-gui.py b/tests/gui/fs2-gui.py
index 84022bd..e30af40 100644
--- a/tests/gui/fs2-gui.py
+++ b/tests/gui/fs2-gui.py
@@ -355,6 +355,10 @@ class FsUISession:
elif source.get_type() == farsight.MEDIA_TYPE_AUDIO:
self.fssession.set_local_codecs_config( [ \
farsight.Codec(farsight.CODEC_ID_ANY,
+ "SPEEX",
+ farsight.MEDIA_TYPE_AUDIO,
+ 16000),
+ farsight.Codec(farsight.CODEC_ID_ANY,
"PCMA",
farsight.MEDIA_TYPE_AUDIO,
0),
--
1.5.6.5
More information about the farsight-commits
mailing list