mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
rename OnPacketLost2 into OnPacketsLost (#736)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user