| Top |  |  |  |  | 
GstBuffer *
gst_aggregator_pad_steal_buffer (GstAggregatorPad *pad);
Steal the ref to the buffer currently queued in pad
.
gboolean
gst_aggregator_pad_drop_buffer (GstAggregatorPad *pad);
Drop the buffer currently queued in 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];
};
The implementation the GstPad to use with GstAggregator
| GstPad  | ||
| GstSegment  | last segment received. | |
| GstSegment  | ||
| gpointer  |