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
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ impl TracerImpl for BufferLateness {
}
#[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 {
return;
}