[farsight2/master] Print remote codecs on fs2-gui
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:23:21 PST 2008
---
tests/gui/fs2-gui.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/gui/fs2-gui.py b/tests/gui/fs2-gui.py
index 4138242..c7f2dd1 100644
--- a/tests/gui/fs2-gui.py
+++ b/tests/gui/fs2-gui.py
@@ -463,6 +463,9 @@ class FsUIStream:
if len(self.newcodecs) > 0:
self.codecs = self.newcodecs
self.newcodecs = []
+ print "Remote codecs"
+ for c in self.codecs:
+ print "Got remote codec " + c.to_string()
try:
self.fsstream.set_remote_codecs(self.codecs)
except AttributeError:
--
1.5.6.5
More information about the farsight-commits
mailing list