AggregatorPad#
Added in version 1.14.
Superclasses: Pad
, Object
, InitiallyUnowned
, Object
Pads managed by a Aggregator
subclass.
This class used to live in gst-plugins-bad and was moved to core.
Methods#
- class AggregatorPad
- do_flush(self, aggregator: Aggregator) FlowReturn #
- Parameters:
aggregator
- do_skip_buffer(self, aggregator: Aggregator, buffer: Buffer) bool #
- Parameters:
aggregator
buffer
- has_buffer() bool #
This checks if a pad has a buffer available that will be returned by a call to
peek_buffer()
orpop_buffer()
.Added in version 1.14.1.
Properties#
Signals#
Virtual Methods#
- class AggregatorPad
- do_flush(aggregator: Aggregator) FlowReturn #
The type of the None singleton.
- Parameters:
aggregator
- do_skip_buffer(aggregator: Aggregator, buffer: Buffer) bool #
The type of the None singleton.
- Parameters:
aggregator
buffer