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

24 lines
628 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 glib::translate::*;
use gst;
use gst_base;
2019-03-19 07:40:05 +00:00
use gst_video_sys;
glib_wrapper! {
2020-11-07 10:17:25 +00:00
pub struct VideoFilter(Object<gst_video_sys::GstVideoFilter, gst_video_sys::GstVideoFilterClass>) @extends gst_base::BaseTransform, gst::Element, gst::Object;
match fn {
2019-03-19 07:40:05 +00:00
get_type => || gst_video_sys::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;