[Telepathy-commits] [multi-jingle/master] Properly unlink the sink and src pads
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Mon Jan 19 18:33:41 PST 2009
---
fs2.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs2.py b/fs2.py
index 04830e8..477cd50 100644
--- a/fs2.py
+++ b/fs2.py
@@ -176,7 +176,7 @@ class ConferenceStream:
def destroy(self):
for (sinkpad, sink) in self.sinks:
- sinkpad.unlink (sinkpad, peer)
+ sinkpad.get_peer().unlink (sinkpad)
sink.set_locked_state(True)
sink.set_state(gst.STATE_NULL)
self.conference.pipeline.remove(sink)
--
1.5.6.5
More information about the Telepathy-commits
mailing list