fix camera large error log (#13227)
Some checks are pending
CI / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-22.04 target:x86_64-unknown-linux-gnu]) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages 2025-10-20 13:23:41 +08:00 committed by GitHub
parent c90d72d720
commit c9940957f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -268,12 +268,12 @@ impl TraitCapturer for CameraCapturer {
#[cfg(windows)]
fn is_gdi(&self) -> bool {
false
true
}
#[cfg(windows)]
fn set_gdi(&mut self) -> bool {
false
true
}
#[cfg(feature = "vram")]