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 | |
6 | use crate::AudioBaseSrc; |
7 | |
8 | glib::wrapper! { |
9 | #[doc (alias = "GstAudioSrc" )] |
10 | pub struct AudioSrc(Object<ffi::GstAudioSrc, ffi::GstAudioSrcClass>) @extends AudioBaseSrc, gst_base::BaseSrc, gst::Element, gst::Object; |
11 | |
12 | match fn { |
13 | type_ => || ffi::gst_audio_src_get_type(), |
14 | } |
15 | } |
16 | |
17 | impl AudioSrc { |
18 | pub const NONE: Option<&'static AudioSrc> = None; |
19 | } |
20 | |
21 | unsafe impl Send for AudioSrc {} |
22 | unsafe impl Sync for AudioSrc {} |
23 | |