GstCodecs.AV1Picture

Fields

Name

Type

Access

Description

apply_grain

bool

r

discont_state

GstVideo.VideoCodecState

r

display_frame_id

int

r

frame_hdr

object

r

notify

GLib.DestroyNotify

r

parent

Gst.MiniObject

r

show_frame

bool

r

showable_frame

bool

r

spatial_id

int

r

system_frame_number

int

r

temporal_id

int

r

user_data

object

r

Methods

class

new ()

get_user_data ()

set_user_data (user_data, notify)

Details

class GstCodecs.AV1Picture

New in version 1.20.

classmethod new()
Returns:

a new GstCodecs.AV1Picture

Return type:

GstCodecs.AV1Picture

Create new GstCodecs.AV1Picture

New in version 1.20.

get_user_data()
Returns:

The previously set user_data

Return type:

object or None

Gets private data set on the picture via GstCodecs.AV1Picture.set_user_data() previously.

New in version 1.20.

set_user_data(user_data, notify)
Parameters:

Sets user_data on the picture and the GLib.DestroyNotify that will be called when the picture is freed.

If a user_data was previously set, then the previous set notify will be called before the user_data is replaced.

New in version 1.20.