From 871cf4ba9a03c0e27c9553798e93300486332ff4 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 4 Aug 2025 15:49:40 +0300 Subject: pw_utils: Remove commented-out unused buffer props --- src/pw_utils.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/pw_utils.rs b/src/pw_utils.rs index 7abe7e94..dac91571 100644 --- a/src/pw_utils.rs +++ b/src/pw_utils.rs @@ -536,9 +536,6 @@ impl PipeWire { ))), ), Property::new(SPA_PARAM_BUFFERS_blocks, pod::Value::Int(plane_count)), - // Property::new(SPA_PARAM_BUFFERS_size, pod::Value::Int(size as i32)), - // Property::new(SPA_PARAM_BUFFERS_stride, pod::Value::Int(stride as i32)), - // Property::new(SPA_PARAM_BUFFERS_align, pod::Value::Int(16)), Property::new( SPA_PARAM_BUFFERS_dataType, pod::Value::Choice(ChoiceValue::Int(Choice( -- cgit