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.
This commit is contained in:
Wim Taymans 2010-12-23 12:58:05 +01:00
parent 1230258e6f
commit 10a5a795ea

View file

@ -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