GstVideoAggregatorPad
GstVideoAggregatorPad
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GstObject
╰── GstPad
╰── GstAggregatorPad
╰── GstVideoAggregatorPad
Includes
#include <gst/video/video.h>
Types and Values
struct GstVideoAggregatorPad
struct GstVideoAggregatorPad {
/* read-only, with OBJECT_LOCK */
GstVideoInfo info;
};
struct GstVideoAggregatorPadClass
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];
};
Property Details
The “repeat-after-eos”
property
“repeat-after-eos” gboolean
Repeat the last frame after EOS until all pads are EOS.
Flags: Read / Write
Default value: FALSE
The “zorder”
property
“zorder” guint
Z Order of the picture.
Flags: Read / Write
Default value: 0