mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07: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_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(
|
Property::new(
|
||||||
SPA_PARAM_BUFFERS_dataType,
|
SPA_PARAM_BUFFERS_dataType,
|
||||||
pod::Value::Choice(ChoiceValue::Int(Choice(
|
pod::Value::Choice(ChoiceValue::Int(Choice(
|
||||||
|
|||||||
Reference in New Issue
Block a user