gstreamer-rs/gstreamer-video/src/auto/video_aggregator_parallel_convert_pad.rs

24 lines
961 B
Rust
Raw Normal View History

2021-04-17 10:11:52 +00:00
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
// DO NOT EDIT
use crate::VideoAggregatorConvertPad;
use crate::VideoAggregatorPad;
2021-04-17 10:11:52 +00:00
glib::wrapper! {
#[doc(alias = "GstVideoAggregatorParallelConvertPad")]
pub struct VideoAggregatorParallelConvertPad(Object<ffi::GstVideoAggregatorParallelConvertPad, ffi::GstVideoAggregatorParallelConvertPadClass>) @extends VideoAggregatorConvertPad, VideoAggregatorPad, gst_base::AggregatorPad, gst::Pad, gst::Object;
2021-04-17 10:11:52 +00:00
match fn {
type_ => || ffi::gst_video_aggregator_parallel_convert_pad_get_type(),
}
}
2021-11-03 17:28:46 +00:00
impl VideoAggregatorParallelConvertPad {
pub const NONE: Option<&'static VideoAggregatorParallelConvertPad> = None;
}
2021-11-16 14:02:58 +00:00
unsafe impl Send for VideoAggregatorParallelConvertPad {}
unsafe impl Sync for VideoAggregatorParallelConvertPad {}