Name
GstAggregator -- Combine buffers.
Args
"num-pads" gint : Read
"silent" gboolean : Read / Write
"sched" GstAggregatorSched : Read / Write |
Description
The aggregator is mainly used for testing purposes. It has several
methods to request buffers from its pads.
Details
enum GstAggregatorSchedType
typedef enum {
AGGREGATOR_LOOP = 1,
AGGREGATOR_LOOP_PEEK,
AGGREGATOR_LOOP_SELECT,
AGGREGATOR_CHAIN,
} GstAggregatorSchedType; |
Args
- "num-pads" (gint : Read)
- "silent" (gboolean : Read / Write)
- "sched" (GstAggregatorSched : Read / Write)