diff --git a/src/capturer/engine/linux/mod.rs b/src/capturer/engine/linux/mod.rs index 17ab2e4..07967fb 100644 --- a/src/capturer/engine/linux/mod.rs +++ b/src/capturer/engine/linux/mod.rs @@ -242,18 +242,11 @@ fn pipewire_capturer( } ), pw::spa::pod::property!( - FormatProperties::VideoFramerate, - Choice, - Range, + FormatProperties::VideoMaxFramerate, Fraction, pw::spa::utils::Fraction { num: options.fps, denom: 1 - }, - pw::spa::utils::Fraction { num: 0, denom: 1 }, - pw::spa::utils::Fraction { - num: 1000, - denom: 1 } ), );