switch to gortsplib/v4 (#2244)

This commit is contained in:
Alessandro Ros
2023-08-26 18:54:28 +02:00
committed by GitHub
parent 055767fef0
commit cf86dbb303
79 changed files with 1241 additions and 1325 deletions

View File

@@ -3,7 +3,7 @@ package formatprocessor
import (
"testing"
"github.com/bluenviron/gortsplib/v3/pkg/formats"
"github.com/bluenviron/gortsplib/v4/pkg/format"
"github.com/pion/rtp"
"github.com/stretchr/testify/require"
@@ -11,7 +11,7 @@ import (
)
func TestGenericRemovePadding(t *testing.T) {
forma := &formats.Generic{
forma := &format.Generic{
PayloadTyp: 96,
RTPMa: "private/90000",
}