mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
1230258e6f
commit
10a5a795ea
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue