[telepathy-butterfly/master] Remove the implementation of RequestStreamDirection, it doesn't work

Olivier Crête olivier.crete at collabora.co.uk
Mon Oct 5 18:50:09 PDT 2009


---
 butterfly/channel/media.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/butterfly/channel/media.py b/butterfly/channel/media.py
index 6f1da0c..906a3ab 100644
--- a/butterfly/channel/media.py
+++ b/butterfly/channel/media.py
@@ -119,7 +119,8 @@ class ButterflyMediaChannel(
 
     def RequestStreamDirection(self, id, direction):
         logger.info("Request stream direction %r %r" % (id, direction))
-        self._session_handler.GetStream(id).direction = direction
+        # FIXME: Need to implement changing the stream direction
+        #self._session_handler.GetStream(id).direction = direction
 
     def RemoveStreams(self, streams):
         logger.info("Remove streams %r" % streams)
-- 
1.5.6.5



More information about the telepathy-commits mailing list