mirror of
https://github.com/aler9/gortsplib
synced 2025-10-17 20:51:09 +08:00
rename SetupMode into TransportMode and move into headers
This commit is contained in:
@@ -25,8 +25,8 @@ var casesTransport = []struct {
|
||||
return &v
|
||||
}(),
|
||||
ClientPorts: &[2]int{3456, 3457},
|
||||
Mode: func() *string {
|
||||
v := "play"
|
||||
Mode: func() *TransportMode {
|
||||
v := TransportModePlay
|
||||
return &v
|
||||
}(),
|
||||
},
|
||||
|
Reference in New Issue
Block a user