[−][src]Struct gstreamer_gl_sys::GstGLFilter
Fields
parent: GstGLBaseFilter
in_info: GstVideoInfo
out_info: GstVideoInfo
in_texture_target: GstGLTextureTarget
out_texture_target: GstGLTextureTarget
out_caps: *mut GstCaps
fbo: *mut GstGLFramebuffer
gl_result: gboolean
inbuf: *mut GstBuffer
outbuf: *mut GstBuffer
default_shader: *mut GstGLShader
valid_attributes: gboolean
vao: c_uint
vbo_indices: c_uint
vertex_buffer: c_uint
draw_attr_position_loc: c_int
draw_attr_texture_loc: c_int
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl !Send for GstGLFilter
impl Unpin for GstGLFilter
impl !Sync for GstGLFilter
impl UnwindSafe for GstGLFilter
impl RefUnwindSafe for GstGLFilter
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,