Skip to content

Commit

Permalink
src: lib: stream: pipeline: Remove unneeded caps for fake pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Jul 22, 2024
1 parent b7f3355 commit 21006ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/stream/pipeline/fake_pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ impl FakePipeline {
// format available ("UYVY").
"videotestsrc pattern={pattern} is-live=true do-timestamp=true",
" ! timeoverlay",
" ! video/x-raw,format=I420",
" ! capsfilter name={filter_name} caps=video/x-raw,format=I420,width={width},height={height},framerate={interval_denominator}/{interval_numerator}",
" ! tee name={video_tee_name} allow-not-linked=true",
" ! rtpvrawpay pt=96",
Expand Down

0 comments on commit 21006ab

Please sign in to comment.