Top | ![]() |
![]() |
![]() |
![]() |
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
GstPad |
||
GstBuffer * |
currently queued buffer. |
|
GstSegment |
last segment received. |
|
gboolean |
||
gpointer |