GstCodecParsers.AV1TimingInfo

Fields

Name

Type

Access

Description

equal_picture_interval

bool

r/w

equal to 1 indicates that pictures should be displayed according to their output order with the number of ticks between two consecutive pictures (without dropping frames) specified by num_ticks_per_picture_minus_1 + 1. equal_picture_interval equal to 0 indicates that the interval between two consecutive pictures is not specified.

num_ticks_per_picture_minus_1

int

r/w

plus 1 specifies the number of clock ticks corresponding to output time between two consecutive pictures in the output order. It is a requirement of bitstream conformance that the value of num_ticks_per_picture_minus_1 shall be in the range of 0 to (1 << 32) - 2, inclusive.

num_units_in_display_tick

int

r/w

is the number of time units of a clock operating at the frequency time_scale Hz that corresponds to one increment of a clock tick counter. A clock tick, in seconds, is equal to num_units_in_display_tick divided by time_scale. It is a requirement of bitstream conformance that num_units_in_display_tick is greater than 0.

time_scale

int

r/w

is the number of time units that pass in one second. It is a requirement of bitstream conformance that time_scale is greater than 0.

Methods

None

Details

class GstCodecParsers.AV1TimingInfo