gstreamer_gl::subclass::prelude

Trait GLBaseSrcImplExt

Source
pub trait GLBaseSrcImplExt: GLBaseSrcImpl {
    // Provided methods
    fn parent_gl_start(&self) -> Result<(), LoggableError> { ... }
    fn parent_gl_stop(&self) { ... }
    fn parent_fill_gl_memory(
        &self,
        memory: &GLMemory,
    ) -> Result<(), LoggableError> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§