Fixed two more or less fatal mistakes from my last commit

This commit is contained in:
Thibaut GIRKA 2009-09-16 21:21:08 +02:00
parent 11c7de6c34
commit 8b4cd1b368

View file

@ -735,7 +735,7 @@ class JingleVoIP(JingleRTPContent):
self.p2psession.set_codec_preferences(codecs) self.p2psession.set_codec_preferences(codecs)
self.p2pstream = self.p2psession.new_stream(participant, self.p2pstream = self.p2psession.new_stream(participant,
farsight.DIRECTION_NONE, 'nice', params) farsight.DIRECTION_RECV, 'nice', params)
# the local parts # the local parts
# TODO: use gconfaudiosink? # TODO: use gconfaudiosink?