mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-02 19:03:54 +02:00
gst as interface. (#11)
This commit is contained in:
parent
0badeeee36
commit
095f9fe8ee
5 changed files with 72 additions and 46 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue