mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 08:01:14 +08:00
rename OnPacketLost2 into OnPacketsLost (#736)
This commit is contained in:
@@ -159,7 +159,7 @@ func TestRTCPReceiverOverflow(t *testing.T) {
|
||||
<-done
|
||||
}
|
||||
|
||||
func TestRTCPReceiverPacketLost(t *testing.T) {
|
||||
func TestRTCPReceiverPacketsLost(t *testing.T) {
|
||||
done := make(chan struct{})
|
||||
|
||||
rr := &RTCPReceiver{
|
||||
@@ -236,7 +236,7 @@ func TestRTCPReceiverPacketLost(t *testing.T) {
|
||||
<-done
|
||||
}
|
||||
|
||||
func TestRTCPReceiverOverflowPacketLost(t *testing.T) {
|
||||
func TestRTCPReceiverOverflowPacketsLost(t *testing.T) {
|
||||
done := make(chan struct{})
|
||||
|
||||
rr := &RTCPReceiver{
|
||||
|
Reference in New Issue
Block a user