update linter

This commit is contained in:
aler9
2022-04-07 12:50:35 +02:00
committed by Alessandro Ros
parent 3fc4ca6465
commit 0605a2f369
17 changed files with 51 additions and 27 deletions

View File

@@ -57,7 +57,8 @@ func newRTSPSource(
readBufferCount int,
readBufferSize int,
wg *sync.WaitGroup,
parent rtspSourceParent) *rtspSource {
parent rtspSourceParent,
) *rtspSource {
ctx, ctxCancel := context.WithCancel(parentCtx)
s := &rtspSource{