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

21 lines
647 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)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
// DO NOT EDIT
2020-12-17 22:34:53 +00:00
glib::wrapper! {
#[doc(alias = "GstVideoFilter")]
2020-11-22 09:50:37 +00:00
pub struct VideoFilter(Object<ffi::GstVideoFilter, ffi::GstVideoFilterClass>) @extends gst_base::BaseTransform, gst::Element, gst::Object;
match fn {
type_ => || ffi::gst_video_filter_get_type(),
}
}
2021-11-03 17:28:46 +00:00
impl VideoFilter {
pub const NONE: Option<&'static VideoFilter> = None;
}
2021-11-16 14:02:58 +00:00
unsafe impl Send for VideoFilter {}
unsafe impl Sync for VideoFilter {}