fix sending codecs
This commit is contained in:
parent
e9dd691645
commit
0b2f3b103d
|
@ -158,7 +158,7 @@ class JingleRTPContent(JingleContent):
|
||||||
|
|
||||||
def _fill_content(self, content):
|
def _fill_content(self, content):
|
||||||
content.addChild(nbxmpp.NS_JINGLE_RTP + ' description',
|
content.addChild(nbxmpp.NS_JINGLE_RTP + ' description',
|
||||||
attrs={'media': self.media}, payload=self.iter_codecs())
|
attrs={'media': self.media}, payload=list(self.iter_codecs()))
|
||||||
|
|
||||||
def _setup_funnel(self):
|
def _setup_funnel(self):
|
||||||
self.funnel = Gst.ElementFactory.make('funnel', None)
|
self.funnel = Gst.ElementFactory.make('funnel', None)
|
||||||
|
|
Loading…
Reference in New Issue