[farsight2/master] Default to Theora in fs2-gui !!

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


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

diff --git a/tests/gui/fs2-gui.py b/tests/gui/fs2-gui.py
index 7ccb5b3..ce4fe15 100644
--- a/tests/gui/fs2-gui.py
+++ b/tests/gui/fs2-gui.py
@@ -336,7 +336,11 @@ class FsUISession:
             # We know H264 doesn't work for now or anything else
             # that needs to send config data
             self.fssession.set_local_codecs_config( [ \
-                farsight.Codec(farsight.CODEC_ID_DISABLE,
+                farsight.Codec(farsight.CODEC_ID_ANY,
+                               "THEORA",
+                               farsight.MEDIA_TYPE_VIDEO,
+                               90000),
+                 farsight.Codec(farsight.CODEC_ID_DISABLE,
                                "H264",
                                farsight.MEDIA_TYPE_VIDEO,
                                0),
-- 
1.5.6.5




More information about the farsight-commits mailing list