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