Skip to content

Commit c190d57

Browse files
authored
Replace Choice with single Fraction
1 parent da203bf commit c190d57

File tree

1 file changed

+0
-7
lines changed
  • src/capturer/engine/linux

1 file changed

+0
-7
lines changed

src/capturer/engine/linux/mod.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -243,14 +243,7 @@ fn pipewire_capturer(
243243
),
244244
pw::spa::pod::property!(
245245
FormatProperties::VideoMaxFramerate,
246-
Choice,
247-
Range,
248246
Fraction,
249-
pw::spa::utils::Fraction {
250-
num: options.fps,
251-
denom: 1
252-
},
253-
pw::spa::utils::Fraction { num: 0, denom: 1 },
254247
pw::spa::utils::Fraction {
255248
num: options.fps,
256249
denom: 1

0 commit comments

Comments
 (0)