630 - Add media type payload unassigned number 35 in format #2143
Annotations
11 errors
|
Run make test-nodocker:
pkg/format/format_test.go#L825
cannot use 35 (constant of type int) as Format value in struct literal: int does not implement Format (missing method ClockRate)
|
Run make test-nodocker:
pkg/format/format_test.go#L826
cannot use "H264/90000" (untyped string constant) as uint8 value in struct literal
|
Run make test-nodocker:
pkg/format/format_test.go#L827
cannot use map[string]string{…} (value of type map[string]string) as string value in struct literal
|
Run make test-nodocker:
pkg/format/format_test.go#L832
cannot use &H264{…} (value of type *H264) as map[string]string value in struct literal
|
Run make test-nodocker:
pkg/format/format_test.go#L845
too many values in struct literal of type struct{name string; in string; dec Format; encPayloadType uint8; encRtpMap string; encFmtp map[string]string}
|
Run make test-nodocker:
pkg/format/format_test.go#L1000
cannot use 35 (constant of type int) as Format value in struct literal: int does not implement Format (missing method ClockRate)
|
Run make test-nodocker:
pkg/format/format_test.go#L1001
cannot use "H265/90000" (untyped string constant) as uint8 value in struct literal
|
Run make test-nodocker:
pkg/format/format_test.go#L1002
cannot use map[string]string{…} (value of type map[string]string) as string value in struct literal
|
Run make test-nodocker:
pkg/format/format_test.go#L1008
cannot use &H265{…} (value of type *H265) as map[string]string value in struct literal
|
Run make test-nodocker:
pkg/format/format_test.go#L1028
too many values in struct literal of type struct{name string; in string; dec Format; encPayloadType uint8; encRtpMap string; encFmtp map[string]string}
|
Loading