mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
switch to v5 (#890)
* switch from v4 to v5 * remove deprecated entities * remove "2" suffix from entities * rename TransportProtocol into Protocol
This commit is contained in:
@@ -4,7 +4,7 @@ package asyncprocessor
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/bluenviron/gortsplib/v4/pkg/ringbuffer"
|
||||
"github.com/bluenviron/gortsplib/v5/pkg/ringbuffer"
|
||||
)
|
||||
|
||||
// Processor is an asynchronous queue processor
|
||||
|
Reference in New Issue
Block a user