Top | ![]() |
![]() |
![]() |
![]() |
GstBuffer * | gst_aggregator_pad_steal_buffer () |
GstBuffer * | gst_aggregator_pad_get_buffer () |
gboolean | gst_aggregator_pad_drop_buffer () |
gboolean | gst_aggregator_pad_is_eos () |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstPad ╰── GstAggregatorPad ╰── GstVideoAggregatorPad
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;
The implementation the GstPad to use with GstAggregator