gstreamer-rs/gstreamer-base/src/auto/push_src.rs

24 lines
549 B
Rust
Raw Normal View History

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)
// DO NOT EDIT
use BaseSrc;
use ffi;
use glib::translate::*;
use gst;
glib_wrapper! {
2019-01-16 11:32:39 +00:00
pub struct PushSrc(Object<ffi::GstPushSrc, ffi::GstPushSrcClass, PushSrcClass>) @extends BaseSrc, gst::Element, gst::Object;
match fn {
get_type => || ffi::gst_push_src_get_type(),
}
}
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;