mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-02 08:19:14 +02:00
gst as interface. (#11)
This commit is contained in:
parent
0badeeee36
commit
095f9fe8ee
5 changed files with 72 additions and 46 deletions
|
@ -16,7 +16,7 @@ type BroacastManagerCtx struct {
|
|||
logger zerolog.Logger
|
||||
mu sync.Mutex
|
||||
|
||||
pipeline *gst.Pipeline
|
||||
pipeline gst.Pipeline
|
||||
pipelineMu sync.Mutex
|
||||
pipelineFn func(url string) (string, error)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue