Trait gstreamer::prelude::AllocatorExt[][src]

pub trait AllocatorExt: 'static {
    fn alloc(
        &self,
        size: usize,
        params: Option<&AllocationParams>
    ) -> Result<Memory, BoolError>;
fn set_default(&self); }

Required methods

Implementors