We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 864893a + c190d57 commit bf63e1cCopy full SHA for bf63e1c
src/capturer/engine/linux/mod.rs
@@ -242,18 +242,11 @@ fn pipewire_capturer(
242
}
243
),
244
pw::spa::pod::property!(
245
- FormatProperties::VideoFramerate,
246
- Choice,
247
- Range,
+ FormatProperties::VideoMaxFramerate,
248
Fraction,
249
pw::spa::utils::Fraction {
250
num: options.fps,
251
denom: 1
252
- },
253
- pw::spa::utils::Fraction { num: 0, denom: 1 },
254
- pw::spa::utils::Fraction {
255
- num: 1000,
256
- denom: 1
257
258
259
);
0 commit comments