mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
tracer: buffer-lateness: Fix compilation after minor API change
This commit is contained in:
parent
79972f8305
commit
45fa946e8b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue