mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-06 00:23:14 +02:00
pw_utils: Remove commented-out unused buffer props
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user