From 5a4c1bcf60deb593ac0e35327ecb97dcfa680f5e Mon Sep 17 00:00:00 2001 From: Dave Patrick Caberto Date: Tue, 23 Jul 2024 08:43:01 +0800 Subject: [PATCH] misc: add todo --- src/pipeline.rs | 2 ++ 1 file changed, 2 insertions(+) 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")