1// Take a look at the license at the top of the repository in the LICENSE file.
23use gst_base::subclass::prelude::*;
45use crate::AudioBaseSrc;
67pub trait AudioBaseSrcImpl: BaseSrcImpl {}
89unsafe impl<T: AudioBaseSrcImpl> IsSubclassable<T> for AudioBaseSrc {}