gstreamer_mse/auto/
mse_src_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;
7
8glib::wrapper! {
9    ///
10    ///
11    /// # Implements
12    ///
13    /// [`trait@gst::prelude::PadExt`], [`trait@gst::prelude::ObjectExt`]
14    #[doc(alias = "GstMseSrcPad")]
15    pub struct MseSrcPad(Object<ffi::GstMseSrcPad, ffi::GstMseSrcPadClass>) @extends gst::Pad, gst::Object;
16
17    match fn {
18        type_ => || ffi::gst_mse_src_pad_get_type(),
19    }
20}
21
22impl MseSrcPad {}
23
24unsafe impl Send for MseSrcPad {}
25unsafe impl Sync for MseSrcPad {}