GstCodecParsers.H264DecoderConfigRecord

Fields

Name

Type

Access

Description

bit_depth_chroma_minus8

int

r/w

Indicates bit depth of chroma component

bit_depth_luma_minus8

int

r/w

Indicates bit depth of luma component

chroma_format

int

r/w

chroma_format_idc defined in ISO/IEC 14496-10

chroma_format_present

bool

r/w

True if chroma information is present. Otherwise below values have no meaning

configuration_version

int

r/w

Indicates configurationVersion, must be 1

length_size_minus_one

int

r/w

Indicates the length in bytes of the NAL unit length field

level_indication

int

r/w

H.264 level indiction

pps

[object]

r/w

Array of identified GstCodecParsers.H264NalUnit from pictureParameterSetNALUnit. This array may contain non-PPS nal units such as SEI message

profile_compatibility

int

r/w

H.264 profile compatibility

profile_indication

int

r/w

H.264 profile indication

sps

[object]

r/w

Array of identified GstCodecParsers.H264NalUnit from sequenceParameterSetNALUnit. This array may contain non-SPS nal units such as SEI message

sps_ext

[object]

r/w

Array of identified GstCodecParsers.H264NalUnit from sequenceParameterSetExtNALUnit.

Methods

free ()

Details

class GstCodecParsers.H264DecoderConfigRecord

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

New in version 1.22.

free()

Free self data

New in version 1.22.