[farsight2/master] Disable SPEEX by default (the current gst encoder is broken)

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:24:11 PST 2008


---
 tests/gui/fs2-gui.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/tests/gui/fs2-gui.py b/tests/gui/fs2-gui.py
index 9831fd9..9f0f5a9 100644
--- a/tests/gui/fs2-gui.py
+++ b/tests/gui/fs2-gui.py
@@ -387,10 +387,6 @@ class FsUISession:
         elif source.get_type() == farsight.MEDIA_TYPE_AUDIO:
             self.fssession.set_codec_preferences( [ \
                 farsight.Codec(farsight.CODEC_ID_ANY,
-                               "SPEEX",
-                               farsight.MEDIA_TYPE_AUDIO,
-                               16000),
-                farsight.Codec(farsight.CODEC_ID_ANY,
                                "PCMA",
                                farsight.MEDIA_TYPE_AUDIO,
                                0),
@@ -398,6 +394,11 @@ class FsUISession:
                                "PCMU",
                                farsight.MEDIA_TYPE_AUDIO,
                                0),
+                # The gst speexenc element breaks timestamps
+                farsight.Codec(farsight.DISABLE,
+                               "SPEEX",
+                               farsight.MEDIA_TYPE_AUDIO,
+                               16000),
                 # Sadly, vorbis is not currently compatible with live streaming :-(
                 farsight.Codec(farsight.CODEC_ID_DISABLE,
                                "VORBIS",
-- 
1.5.6.5




More information about the farsight-commits mailing list