use crate::{VideoAggregatorConvertPad, VideoAggregatorPad, ffi};
glib::wrapper! {
#[doc(alias = "GstVideoAggregatorParallelConvertPad")]
pub struct VideoAggregatorParallelConvertPad(Object<ffi::GstVideoAggregatorParallelConvertPad, ffi::GstVideoAggregatorParallelConvertPadClass>) @extends VideoAggregatorConvertPad, VideoAggregatorPad, gst_base::AggregatorPad, gst::Pad, gst::Object;
match fn {
type_ => || ffi::gst_video_aggregator_parallel_convert_pad_get_type(),
}
}
impl VideoAggregatorParallelConvertPad {
pub const NONE: Option<&'static VideoAggregatorParallelConvertPad> = None;
}
unsafe impl Send for VideoAggregatorParallelConvertPad {}
unsafe impl Sync for VideoAggregatorParallelConvertPad {}