Skip to content

Commit

Permalink
multiview mode
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Jul 24, 2024
1 parent 363640d commit 6f87b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/builder/video.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ func (b *VideoBin) addEncoder() error {
return errors.ErrGstPipelineError(err)
}
if err = caps.SetProperty("caps", gst.NewCapsFromString(fmt.Sprintf(
"video/x-h264,profile=%s",
"video/x-h264,profile=%s,multiview-mode=mono",
b.conf.VideoProfile,
))); err != nil {
return errors.ErrGstPipelineError(err)
Expand Down

0 comments on commit 6f87b97

Please sign in to comment.