Trait gstreamer_base::subclass::prelude::AggregatorPadImplExt[][src]

pub trait AggregatorPadImplExt: ObjectSubclass {
    fn parent_flush(
        &self,
        aggregator_pad: &Self::Type,
        aggregator: &Aggregator
    ) -> Result<FlowSuccess, FlowError>;
fn parent_skip_buffer(
        &self,
        aggregator_pad: &Self::Type,
        aggregator: &Aggregator,
        buffer: &Buffer
    ) -> bool; }

Required methods

Implementors

This is supported on crate feature v1_14 only.