| Top |
GstBuffer *
gst_aggregator_pad_steal_buffer (GstAggregatorPad *pad);
struct GstAggregatorPad {
GstPad parent;
/* Protected by the OBJECT_LOCK */
GstSegment segment;
/* Segment to use in the clip function, before the queue */
GstSegment clip_segment;
/* < Private > */
GstAggregatorPadPrivate * priv;
gpointer _gst_reserved[GST_PADDING];
};