Skip to content

Commit

Permalink
misc: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Jul 23, 2024
1 parent b9f8315 commit 5a4c1bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ pub fn make_videosrc_bin(
streams: &[Stream],
framerate: gst::Fraction,
) -> Result<gst::Bin> {
// TODO Create a bin that hotswaps compositor depending whether gl is supported or not.

let bin = gst::Bin::builder().name("kooha-pipewiresrc-bin").build();

let videorate = gst::ElementFactory::make("videorate")
Expand Down

0 comments on commit 5a4c1bc

Please sign in to comment.