No subject

sukirti kaw sukirtikaw at gmail.com
Fri Sep 2 03:33:19 PDT 2011


Hello,
I tried using the videomixer.py and it works which is found here -
http://pygstdocs.berlios.de/pygst-tutorial/videomixer.html
But when I  implement a callback for the 'on-new-ssrc' like

bus.connect("on_new_ssrc", self.on_new_ssrc)

def on_new_ssrc(self, session, ssrc, userdata):
print "new", session, ssrc
rtpbin.connect("on_new_ssrc", on_new_ssrc)

This gives an error: File "./video_mixer.py", line 63, in __init__
bus.connect("on_new_ssrc", self.on_new_ssrc)
TypeError: <gst.Bus object (bus1) at 0x95fc464>: unknown signal name:
on_new_ssrc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110902/769d42fb/attachment.html>


More information about the gstreamer-devel mailing list