tracer: buffer-lateness: Fix compilation after minor API change

This commit is contained in:
Sebastian Dröge 2022-11-22 10:39:32 +02:00
parent 79972f8305
commit 45fa946e8b

View file

@ -359,7 +359,7 @@ impl TracerImpl for BufferLateness {
} }
#[allow(clippy::single_match)] #[allow(clippy::single_match)]
fn pad_query_post(&self, _ts: u64, pad: &gst::Pad, query: &gst::Query, res: bool) { fn pad_query_post(&self, _ts: u64, pad: &gst::Pad, query: &gst::QueryRef, res: bool) {
if !res { if !res {
return; return;
} }