示例#1
0
 def destroy(self):
     JingleContent.destroy(self)
     self.p2pstream.disconnect_by_func(self._on_src_pad_added)
     self.pipeline.get_bus().disconnect_by_func(self._on_gst_message)
示例#2
0
文件: jingle_rtp.py 项目: irl/gajim
 def destroy(self):
     JingleContent.destroy(self)
     self.p2pstream.disconnect_by_func(self._on_src_pad_added)
     self.pipeline.get_bus().disconnect_by_func(self._on_gst_message)