forked from External/mediamtx
update linter
This commit is contained in:
parent
3fc4ca6465
commit
0605a2f369
17 changed files with 51 additions and 27 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue