Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Jan 30, 2024
1 parent afb3bdb commit dcfb861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func New(ctx context.Context, conf *config.PipelineConfig, ioClient rpc.IOInfoCl
}

func (c *Controller) BuildPipeline() error {
p, err := gstreamer.NewPipeline(pipelineName, c.Latency, c.callbacks)
p, err := gstreamer.NewPipeline(pipelineName, config.Latency, c.callbacks)
if err != nil {
return errors.ErrGstPipelineError(err)
}
Expand Down

0 comments on commit dcfb861

Please sign in to comment.