mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
rename Transport* into Protocol* (#895)
This commit is contained in:
@@ -624,10 +624,10 @@ func TestServerRecord(t *testing.T) {
|
||||
var proto Protocol
|
||||
switch ca.transport {
|
||||
case "udp":
|
||||
proto = TransportUDP
|
||||
proto = ProtocolUDP
|
||||
|
||||
case "tcp":
|
||||
proto = TransportTCP
|
||||
proto = ProtocolTCP
|
||||
}
|
||||
|
||||
var profile headers.TransportProfile
|
||||
|
Reference in New Issue
Block a user