GNOME Bugzilla – Bug 555396
Retrieving the rtpsourceobject from rtpbin
Last modified: 2009-01-09 23:02:03 UTC
In order to access all the goody stats in rtpsource, you need to get hold of that object. This patch suggest a way this can be done.
Created attachment 120120 [details] [review] the proposed patch
*** Bug 555407 has been marked as a duplicate of this bug. ***
Patch by: Håvard Graff <havard dot graff at tandberg dot com> * gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal. * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session), (gst_rtp_bin_class_init): * gst/rtpmanager/gstrtpbin.h: Add action signal to retrieve the internal RTPSession object. * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init), (gst_rtp_session_get_property), (gst_rtp_session_release_pad): Add property to access the internal RTPSession object. * gst/rtpmanager/rtpsession.c: (rtp_session_class_init), (check_collision): * gst/rtpmanager/rtpsession.h: Add action signal to retrieve an RTPSource object by SSRC. See #555396.