Skip to content

Commit

Permalink
Merge 100e1c9 into 69571ee
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed Jan 8, 2019
2 parents 69571ee + 100e1c9 commit 636e272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/util/gstreamer-src/gst.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func CreatePipeline(codecName string, in chan<- media.RTCSample, pipelineSrc str
pipelineStr := "appsink name=appsink"
switch codecName {
case webrtc.VP8:
pipelineStr = pipelineSrc + " ! vp8enc ! " + pipelineStr
pipelineStr = pipelineSrc + " ! vp8enc error-resilient=partitions keyframe-max-dist=10 auto-alt-ref=true cpu-used=5 deadline=1 ! " + pipelineStr
case webrtc.VP9:
pipelineStr = pipelineSrc + " ! vp9enc ! " + pipelineStr
case webrtc.H264:
Expand Down

0 comments on commit 636e272

Please sign in to comment.