Trait gstreamer_gl::prelude::ContextGLExt[][src]

pub trait ContextGLExt {
    fn gl_display(&self) -> Option<GLDisplay>;
fn set_gl_display<T: IsA<GLDisplay>>(&self, display: &T); }

Required methods

Implementations on Foreign Types

Implementors