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

@ -20,7 +20,7 @@ type StreamSrcManagerCtx struct {
codecPipeline map[string]string // codec -> pipeline
codec codec.RTPCodec
pipeline *gst.Pipeline
pipeline gst.Pipeline
pipelineMu sync.Mutex
pipelineStr string