mirror of
https://github.com/aler9/gortsplib
synced 2025-10-21 14:19:36 +08:00
rename Transport* into Protocol* (#895)
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func TestProtocolString(t *testing.T) {
|
||||
tr := TransportUDPMulticast
|
||||
tr := ProtocolUDPMulticast
|
||||
require.NotEqual(t, "unknown", tr.String())
|
||||
|
||||
tr = Protocol(15)
|
||||
|
Reference in New Issue
Block a user