Skip to content

Commit

Permalink
don't include framerate in video track bin caps
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Jul 3, 2024
1 parent 5a0ea54 commit 3f36223
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 @@ -672,7 +672,7 @@ func (b *VideoBin) addVideoConverter(bin *gstreamer.Bin) error {
elements = append(elements, videoRate)
}

caps, err := b.newVideoCapsFilter(true)
caps, err := b.newVideoCapsFilter(!b.conf.VideoDecoding)
if err != nil {
return errors.ErrGstPipelineError(err)
}
Expand Down

0 comments on commit 3f36223

Please sign in to comment.