| Top |
| GstBuffer * | gst_aggregator_pad_steal_buffer () |
| GstBuffer * | gst_aggregator_pad_get_buffer () |
GstBuffer *
gst_aggregator_pad_steal_buffer (GstAggregatorPad *pad);
Steal the ref to the buffer currently queued in pad
.
struct GstAggregatorPad {
GstPad parent;
GstBuffer * buffer;
GstSegment segment;
gboolean eos;
/* < Private > */
GstAggregatorPadPrivate * priv;
gpointer _gst_reserved[GST_PADDING];
};
The implementation the GstPad to use with GstAggregator