rename OnPacketLost2 into OnPacketsLost (#736)

This commit is contained in:
Alessandro Ros
2025-03-24 18:42:48 +01:00
committed by GitHub
parent c0c275e6a6
commit 61372cfa68
9 changed files with 43 additions and 33 deletions

View File

@@ -155,7 +155,7 @@ func TestRTCPReceiverOverflow(t *testing.T) {
<-done
}
func TestRTCPReceiverPacketLost(t *testing.T) {
func TestRTCPReceiverPacketsLost(t *testing.T) {
done := make(chan struct{})
rr, err := New(
@@ -230,7 +230,7 @@ func TestRTCPReceiverPacketLost(t *testing.T) {
<-done
}
func TestRTCPReceiverOverflowPacketLost(t *testing.T) {
func TestRTCPReceiverOverflowPacketsLost(t *testing.T) {
done := make(chan struct{})
rr, err := New(