gstreamer_gl::prelude

Trait GLBaseFilterExt

Source
pub trait GLBaseFilterExt:
    IsA<GLBaseFilter>
    + Sealed
    + 'static {
    // Provided methods
    fn context(&self) -> Option<GLContext> { ... }
    fn connect_context_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F,
    ) -> SignalHandlerId { ... }
}

Provided Methods§

Source

fn context(&self) -> Option<GLContext>

Source

fn connect_context_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId

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§