diff --git a/src/pipeline.rs b/src/pipeline.rs index 1a628cdc..f04420cf 100644 --- a/src/pipeline.rs +++ b/src/pipeline.rs @@ -261,6 +261,8 @@ pub fn make_videosrc_bin( streams: &[Stream], framerate: gst::Fraction, ) -> Result { + // 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")