mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-02 14:12:20 +00:00
Fix call parent from Ext trait
See https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/merge_requests/231
This commit is contained in:
parent
09d7555653
commit
186ee43f8e
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ impl BaseSrcImpl for SineSrc {
|
|||
}
|
||||
_ => (),
|
||||
}
|
||||
BaseSrcImpl::parent_query(self, element, query)
|
||||
BaseSrcImplExt::parent_query(self, element, query)
|
||||
}
|
||||
|
||||
// Creates the audio buffers
|
||||
|
|
Loading…
Reference in a new issue