GstCodecParsers.H265DecoderConfigRecord

Fields

Name

Type

Access

Description

avg_frame_rate

int

r/w

average frame rate in units of frames per 256 seconds, or 0 when unspecified

bit_depth_chroma_minus8

int

r/w

bit depth chroma minus 8

bit_depth_luma_minus8

int

r/w

bit depth luma minus 8

chroma_format_idc

int

r/w

chroma format indication

configuration_version

int

r/w

Indicates configurationVersion, must be 1

constant_frame_rate

int

r/w

constant frame rate. 1: stream to which this configuration record applies is constante frame rate 2: representation of each temporal layer in the stream is constant frame rate 0: unspecified

general_frame_only_constraint_flag

int

r/w

general_frame_only_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_inbld_flag

int

r/w

general_inbld_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_interlaced_source_flag

int

r/w

general_interlaced_source_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_intra_constraint_flag

int

r/w

general_intra_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_level_idc

int

r/w

general level indication

general_lower_bit_rate_constraint_flag

int

r/w

general_lower_bit_rate_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_max_10bit_constraint_flag

int

r/w

general_max_10bit_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_max_12bit_constraint_flag

int

r/w

general_max_12bit_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_max_14bit_constraint_flag

int

r/w

general_max_14bit_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_max_420chroma_constraint_flag

int

r/w

general_max_420chroma_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_max_422chroma_constraint_flag

int

r/w

general_max_422chroma_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_max_8bit_constraint_flag

int

r/w

general_max_8bit_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_max_monochrome_constraint_flag

int

r/w

general_max_monochrome_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_non_packed_constraint_flag

int

r/w

general_non_packed_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_one_picture_only_constraint_flag

int

r/w

general_one_picture_only_constraint_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_profile_compatibility_flags

bytes

r/w

general profile compatibility flags

general_profile_idc

int

r/w

general profile indiction

general_profile_space

int

r/w

general profile space

general_progressive_source_flag

int

r/w

general_progressive_source_flag parsed from HEVCDecoderConfigurationRecord.general_constraint_indicator_flags

general_tier_flag

int

r/w

general tier flag

length_size_minus_one

int

r/w

indicates the length in bytes of nal unit length field. This value shall be one of 0, 1, or 3 corresponding to a length encoded with 1, 2, or 4 bytes, respectively

min_spatial_segmentation_idc

int

r/w

min spatial segmentation indication

nalu_array

[object]

r/w

Array of GstCodecParsers.H265DecoderConfigRecordNalUnitArray

num_temporal_layers

int

r/w

0: unknown whether the stream is temporally scalable otherwise: the number of temporal layers

parallelism_type

int

r/w

parallelism type

temporal_id_nested

int

r/w

1: all SPSs that activated when the stream to this configuration record applies is decoded have sps_temporal_id_nesting_flags equal to 1 and temporal sub-layer up-switching to any higher temporal layer can be performed at any semple 0: unknown

Methods

free ()

Details

class GstCodecParsers.H265DecoderConfigRecord

Contains HEVCDecoderConfigurationRecord data as defined in ISO/IEC 14496-15

New in version 1.24.

free()

Free self data

New in version 1.24.