Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstPad ╰── GstAggregatorPad ╰── GstVideoAggregatorPad
struct GstVideoAggregatorPad { /* read-only, with OBJECT_LOCK */ GstVideoInfo info; };
Since: 1.16
struct GstVideoAggregatorPadClass { GstAggregatorPadClass parent_class; void (*update_conversion_info) (GstVideoAggregatorPad * pad); gboolean (*prepare_frame) (GstVideoAggregatorPad * pad, GstVideoAggregator * videoaggregator, GstBuffer * buffer, GstVideoFrame * prepared_frame); void (*clean_frame) (GstVideoAggregatorPad * pad, GstVideoAggregator * videoaggregator, GstVideoFrame * prepared_frame); gpointer _gst_reserved[GST_PADDING_LARGE]; };
Since: 1.16