GstVideoAggregatorPad

GstVideoAggregatorPad

Synopsis

struct              GstVideoAggregatorPad;
struct              GstVideoAggregatorPadClass;

Description

Details

struct GstVideoAggregatorPad

struct GstVideoAggregatorPad {
  GstAggregatorPad parent;
};

The opaque GstVideoAggregatorPad structure.


struct GstVideoAggregatorPadClass

struct GstVideoAggregatorPadClass {
  GstAggregatorPadClass parent_class;

  gpointer          _gst_reserved[GST_PADDING];
};