gstreamer_video/auto/video_aggregator_parallel_convert_pad.rs
1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
4// DO NOT EDIT
5
6use crate::{ffi, VideoAggregatorConvertPad, VideoAggregatorPad};
7
8glib::wrapper! {
9 /// An implementation of GstPad that can be used with [`VideoAggregator`][crate::VideoAggregator].
10 ///
11 /// See [`VideoAggregator`][crate::VideoAggregator] for more details.
12 ///
13 /// # Implements
14 ///
15 /// [`VideoAggregatorConvertPadExt`][trait@crate::prelude::VideoAggregatorConvertPadExt], [`VideoAggregatorPadExt`][trait@crate::prelude::VideoAggregatorPadExt], [`trait@gst_base::prelude::AggregatorPadExt`], [`trait@gst::prelude::PadExt`], [`trait@gst::prelude::ObjectExt`], [`trait@glib::ObjectExt`]
16 #[doc(alias = "GstVideoAggregatorParallelConvertPad")]
17 pub struct VideoAggregatorParallelConvertPad(Object<ffi::GstVideoAggregatorParallelConvertPad, ffi::GstVideoAggregatorParallelConvertPadClass>) @extends VideoAggregatorConvertPad, VideoAggregatorPad, gst_base::AggregatorPad, gst::Pad, gst::Object;
18
19 match fn {
20 type_ => || ffi::gst_video_aggregator_parallel_convert_pad_get_type(),
21 }
22}
23
24impl VideoAggregatorParallelConvertPad {
25 pub const NONE: Option<&'static VideoAggregatorParallelConvertPad> = None;
26}
27
28unsafe impl Send for VideoAggregatorParallelConvertPad {}
29unsafe impl Sync for VideoAggregatorParallelConvertPad {}