Trait gst_plugin::aggregator_pad::AggregatorPadBase[][src]

pub unsafe trait AggregatorPadBase: IsA<AggregatorPad> + IsA<Pad> + ObjectType {
    fn parent_flush(&self, aggregator: &Aggregator) -> FlowReturn { ... }
fn parent_skip_buffer(
        &self,
        aggregator: &Aggregator,
        buffer: &BufferRef
    ) -> bool { ... } }

Provided Methods

Implementors