2018-04-23 17:34:22 +00:00
|
|
|
// This file was generated by gir (https://github.com/gtk-rs/gir)
|
|
|
|
// from gir-files (https://github.com/gtk-rs/gir-files)
|
2017-09-09 13:54:02 +00:00
|
|
|
// DO NOT EDIT
|
|
|
|
|
|
|
|
use BaseSrc;
|
|
|
|
use glib::translate::*;
|
|
|
|
use gst;
|
2019-03-19 07:40:05 +00:00
|
|
|
use gst_base_sys;
|
2017-09-09 13:54:02 +00:00
|
|
|
|
|
|
|
glib_wrapper! {
|
2019-03-19 07:40:05 +00:00
|
|
|
pub struct PushSrc(Object<gst_base_sys::GstPushSrc, gst_base_sys::GstPushSrcClass, PushSrcClass>) @extends BaseSrc, gst::Element, gst::Object;
|
2017-09-09 13:54:02 +00:00
|
|
|
|
|
|
|
match fn {
|
2019-03-19 07:40:05 +00:00
|
|
|
get_type => || gst_base_sys::gst_push_src_get_type(),
|
2017-09-09 13:54:02 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
impl PushSrc {}
|
|
|
|
|
|
|
|
unsafe impl Send for PushSrc {}
|
|
|
|
unsafe impl Sync for PushSrc {}
|
2019-01-16 11:32:39 +00:00
|
|
|
|
|
|
|
pub const NONE_PUSH_SRC: Option<&PushSrc> = None;
|