VideoAggregatorConvertPad

An implementation of GstPad that can be used with #GstVideoAggregator.

See #GstVideoAggregator for more details.

class VideoAggregatorConvertPad : VideoAggregatorPad {}

Members

Functions

updateConversionInfo
void updateConversionInfo()

Requests the pad to check and update the converter before the next usage to update for any changes that have happened.

Inherited Members

From VideoAggregatorPad

getCurrentBuffer
gst.buffer.Buffer getCurrentBuffer()

Returns the currently queued buffer that is going to be used for the current output frame.

getPreparedFrame
gstvideo.video_frame.VideoFrame getPreparedFrame()

Returns the currently prepared video frame that has to be aggregated into the current output frame.

hasCurrentBuffer
bool hasCurrentBuffer()

Checks if the pad currently has a buffer queued that is going to be used for the current output frame.

setNeedsAlpha
void setNeedsAlpha(bool needsAlpha)

Allows selecting that this pad requires an output format with alpha