1 | // This file was generated by gir (https://github.com/gtk-rs/gir) |
2 | // from gir-files (https://github.com/gtk-rs/gir-files) |
3 | // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git) |
4 | // DO NOT EDIT |
5 | |
6 | glib::wrapper! { |
7 | #[doc (alias = "GstVideoFilter" )] |
8 | pub struct VideoFilter(Object<ffi::GstVideoFilter, ffi::GstVideoFilterClass>) @extends gst_base::BaseTransform, gst::Element, gst::Object; |
9 | |
10 | match fn { |
11 | type_ => || ffi::gst_video_filter_get_type(), |
12 | } |
13 | } |
14 | |
15 | impl VideoFilter { |
16 | pub const NONE: Option<&'static VideoFilter> = None; |
17 | } |
18 | |
19 | unsafe impl Send for VideoFilter {} |
20 | unsafe impl Sync for VideoFilter {} |
21 | |