[Telepathy-commits] [mingle/master] Set no-rtcp-timeout on session as we only do one-to-one streams
Sjoerd Simons
sjoerd at luon.net
Thu Nov 20 06:22:05 PST 2008
---
fs2.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/fs2.py b/fs2.py
index 6241dad..78543c6 100644
--- a/fs2.py
+++ b/fs2.py
@@ -275,6 +275,7 @@ class Conference(gst.Pipeline):
def create_session(self, type):
fs = self.conf.new_session(type)
+ fs.set_property("no-rtcp-timeout", False)
s = ConferenceSession(self, fs, type)
self.fssessions[fs] = s
return s
--
1.5.6.5
More information about the Telepathy-commits
mailing list