After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 478566 - Add notification of active SSRCs to the RTP manager
Add notification of active SSRCs to the RTP manager
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-20 12:08 UTC by Peter Kjellerstedt
Modified: 2007-09-20 14:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add notification of active SSRCs to the RTP manager (9.32 KB, patch)
2007-09-20 12:08 UTC, Peter Kjellerstedt
committed Details | Review

Description Peter Kjellerstedt 2007-09-20 12:08:09 UTC
Please describe the problem:
The following patch adds a signal which is triggered whenever an RTCP packet is received with a report block regarding our SSRC. This is needed to be able to keep an RTSP session alive based on RTCP.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Peter Kjellerstedt 2007-09-20 12:08:38 UTC
Created attachment 95898 [details] [review]
Add notification of active SSRCs to the RTP manager
Comment 2 Wim Taymans 2007-09-20 14:35:12 UTC
        * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
        (gst_rtp_bin_class_init):
        * gst/rtpmanager/gstrtpbin.h:
        * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
        (gst_rtp_session_class_init), (gst_rtp_session_init),
        (gst_rtp_session_event_send_rtp_sink):
        * gst/rtpmanager/gstrtpsession.h:
        * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
        (on_ssrc_active), (rtp_session_process_rb):
        * gst/rtpmanager/rtpsession.h:
        Add notification of active SSRCs to various RTP elements. Fixes #478566.