GstAggregator

Name

GstAggregator -- Combine buffers.

Synopsis


#include <gst/gst.h>


enum        GstAggregatorSchedType;

Object Hierarchy


  GObject
   +----GstObject
         +----GstElement
               +----GstAggregator

Args


  "num-pads"             gint                 : Read
  "silent"               gboolean             : Read / Write
  "sched"                GstAggregatorSched   : Read / Write
  "last-message"         gchararray           : Read

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)

"last-message" (gchararray : Read)