From 10a5a795eabf2f97a4903c9d08082d9ecfcfca77 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 23 Dec 2010 12:58:05 +0100 Subject: [PATCH] rtpsession: also emit RTCP activity on SR Also emit RTCP activity signals when we receive an SR packet without RB blocks, such as from a sender that is not receiving anything. --- gst/rtpmanager/rtpsession.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/rtpmanager/rtpsession.c b/gst/rtpmanager/rtpsession.c index 0a0ee88ad3..83d763a7bf 100644 --- a/gst/rtpmanager/rtpsession.c +++ b/gst/rtpmanager/rtpsession.c @@ -1647,10 +1647,9 @@ rtp_session_process_rb (RTPSession * sess, RTPSource * source, * the other sender to see if we are better or worse. */ rtp_source_process_rb (source, arrival->current_time, fractionlost, packetslost, exthighestseq, jitter, lsr, dlsr); - - on_ssrc_active (sess, source); } } + on_ssrc_active (sess, source); } /* A Sender report contains statistics about how the sender is doing. This