mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-30 17:37:16 +02:00
GST pipelines refactor.
This commit is contained in:
parent
c10b2212d1
commit
16d762b6ae
5 changed files with 74 additions and 56 deletions
|
@ -37,7 +37,7 @@ func (manager *CaptureManagerCtx) StopBroadcastPipeline() {
|
|||
return
|
||||
}
|
||||
|
||||
manager.broadcast.DestroyPipeline()
|
||||
manager.broadcast.Stop()
|
||||
manager.logger.Info().Msgf("Stopping broadcast pipeline...")
|
||||
manager.broadcast = nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue