gstreamer-rs/gstreamer-video/src/auto/video_filter.rs

24 lines
606 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 ffi;
use glib::translate::*;
use gst;
use gst_base;
glib_wrapper! {
2019-01-16 11:32:39 +00:00
pub struct VideoFilter(Object<ffi::GstVideoFilter, ffi::GstVideoFilterClass, VideoFilterClass>) @extends gst_base::BaseTransform, gst::Element, gst::Object;
match fn {
get_type => || ffi::gst_video_filter_get_type(),
}
}
impl VideoFilter {}
unsafe impl Send for VideoFilter {}
unsafe impl Sync for VideoFilter {}
2019-01-16 11:32:39 +00:00
pub const NONE_VIDEO_FILTER: Option<&VideoFilter> = None;