GstCodecParsers.H265VPS

Fields

Name

Type

Access

Description

base_layer_available_flag

int

r/w

base_layer_internal_flag

int

r/w

cprms_present_flag

int

r/w

hrd_layer_set_idx

int

r/w

index to the list of layer hrd params.

hrd_params

GstCodecParsers.H265HRDParams

r/w

the GstCodecParsers.H265HRDParams list

id

int

r/w

vps id base_layer_internal_flag and base_layer_available_flag: specify availability of base layer

max_dec_pic_buffering_minus1

bytes

r/w

specifies the maximum required size of the decoded picture buffer

max_latency_increase_plus1

[int]

r/w

is used to compute the value of VpsMaxLatencyPictures

max_layer_id

int

r/w

specifies the maximum allowed value of nuh_layer_id

max_layers_minus1

int

r/w

should be zero, but can be other values in future

max_num_reorder_pics

bytes

r/w

indicates the maximum allowed number of pictures that can precede any picture in the CVS in decoding order

max_sub_layers_minus1

int

r/w

specifies the maximum number of temporal sub-layers

num_hrd_parameters

int

r/w

number of hrd_parameters present

num_layer_sets_minus1

int

r/w

specifies the number of layer sets

num_ticks_poc_diff_one_minus1

int

r/w

specifies the number of clock ticks corresponding to a difference of picture order count values equal to 1

num_units_in_tick

int

r/w

number of time units in a tick

poc_proportional_to_timing_flag

int

r/w

indicate whether the picture order count is proportional to output timin

profile_tier_level

GstCodecParsers.H265ProfileTierLevel

r/w

ProfileTierLevel info

sub_layer_ordering_info_present_flag

int

r/w

indicates the presence of vps_max_dec_pic_buffering_minus1, vps_max_num_reorder_pics and vps_max_latency_increase_plus1

temporal_id_nesting_flag

int

r/w

specifies whether inter prediction is additionally restricted

time_scale

int

r/w

number of time units that pass in one second

timing_info_present_flag

int

r/w

indicate the presence of num_units_in_tick, time_scale, poc_proportional_to_timing_flag and num_hrd_parameters

valid

bool

r/w

vps_extension

int

r/w

Methods

None

Details

class GstCodecParsers.H265VPS

Defines the VPS parameters