Skip to content

Commit bf63e1c

Browse files
authored
Merge pull request #149 from MyrikLD/main
Fixes: #132
2 parents 864893a + c190d57 commit bf63e1c

File tree

1 file changed

+1
-8
lines changed
  • src/capturer/engine/linux

1 file changed

+1
-8
lines changed

src/capturer/engine/linux/mod.rs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -242,18 +242,11 @@ fn pipewire_capturer(
242242
}
243243
),
244244
pw::spa::pod::property!(
245-
FormatProperties::VideoFramerate,
246-
Choice,
247-
Range,
245+
FormatProperties::VideoMaxFramerate,
248246
Fraction,
249247
pw::spa::utils::Fraction {
250248
num: options.fps,
251249
denom: 1
252-
},
253-
pw::spa::utils::Fraction { num: 0, denom: 1 },
254-
pw::spa::utils::Fraction {
255-
num: 1000,
256-
denom: 1
257250
}
258251
),
259252
);

0 commit comments

Comments
 (0)