diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-04 15:49:40 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-04 16:01:11 +0200 |
| commit | 871cf4ba9a03c0e27c9553798e93300486332ff4 (patch) | |
| tree | 4d51edb07e1f8bd389b7c7a01d524726e5a21e79 /src | |
| parent | f49ecc31c4d2a187c4c479e84fc6e6acaf5231f2 (diff) | |
| download | niri-871cf4ba9a03c0e27c9553798e93300486332ff4.tar.gz niri-871cf4ba9a03c0e27c9553798e93300486332ff4.tar.bz2 niri-871cf4ba9a03c0e27c9553798e93300486332ff4.zip | |
pw_utils: Remove commented-out unused buffer props
Diffstat (limited to 'src')
| -rw-r--r-- | src/pw_utils.rs | 3 |
1 files changed, 0 insertions, 3 deletions
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( |
