gst as interface. (#11)

This commit is contained in:
Miroslav Šedivý 2022-10-13 19:57:31 +02:00 committed by GitHub
parent 0badeeee36
commit 095f9fe8ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 72 additions and 46 deletions

View file

@ -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)