We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f694c0 commit 771cb4eCopy full SHA for 771cb4e
libs/scrap/src/wayland/pipewire.rs
@@ -346,7 +346,7 @@ impl PipeWireRecorder {
346
}
347
348
impl Recorder for PipeWireRecorder {
349
- fn capture(&mut self, timeout_ms: u64) -> Result<PixelProvider, Box<dyn Error>> {
+ fn capture(&mut self, timeout_ms: u64) -> Result<PixelProvider<'_>, Box<dyn Error>> {
350
if let Some(sample) = self
351
.appsink
352
.try_pull_sample(gst::ClockTime::from_mseconds(timeout_ms))
0 commit comments