GstCodecs.Vp8DecoderClass

Fields

Name

Type

Access

Description

decode_picture

object

r

end_picture

object

r

Optional. Called per one GstCodecs.Vp8Picture to notify subclass to finish decoding process for the GstCodecs.Vp8Picture

get_preferred_output_delay

object

r

new_picture

object

r

Optional. Called whenever new GstCodecs.Vp8Picture is created. Subclass can set implementation specific user data on the GstCodecs.Vp8Picture via gst_vp8_picture_set_user_data

new_sequence

object

r

Notifies subclass of SPS update

output_picture

object

r

Called with a GstCodecs.Vp8Picture which is required to be outputted. Subclass can retrieve parent GstVideo.VideoCodecFrame by using GstVideo.VideoDecoder.get_frame() with system_frame_number and the GstVideo.VideoCodecFrame must be consumed by subclass via gst_video_decoder_{finish,drop,release}_frame().

padding

[object]

r

parent_class

GstVideo.VideoDecoderClass

r

start_picture

object

r

Optional. Called per one GstCodecs.Vp8Picture to notify subclass to prepare decoding process for the GstCodecs.Vp8Picture

Methods

None

Details

class GstCodecs.Vp8DecoderClass