GstCodecParsers.MpegVideoMeta

Fields

Name

Type

Access

Description

meta

Gst.Meta

r/w

parent Gst.Meta

num_slices

int

r/w

picext

GstCodecParsers.MpegVideoPictureExt

r/w

the GstCodecParsers.MpegVideoPictureExt if present in the buffer.

pichdr

GstCodecParsers.MpegVideoPictureHdr

r/w

the GstCodecParsers.MpegVideoPictureHdr if present in the buffer.

quantext

GstCodecParsers.MpegVideoQuantMatrixExt

r/w

the GstCodecParsers.MpegVideoQuantMatrixExt if present in the buffer

sequencedispext

GstCodecParsers.MpegVideoSequenceDisplayExt

r/w

the GstCodecParsers.MpegVideoSequenceDisplayExt if present in the buffer.

sequenceext

GstCodecParsers.MpegVideoSequenceExt

r/w

the GstCodecParsers.MpegVideoSequenceExt if present in the buffer

sequencehdr

GstCodecParsers.MpegVideoSequenceHdr

r/w

the GstCodecParsers.MpegVideoSequenceHdr if present in the buffer

slice_offset

int

r/w

Methods

class

get_info ()

Details

class GstCodecParsers.MpegVideoMeta

Extra buffer metadata describing the contents of a MPEG1/2 Video frame

Can be used by elements (mainly decoders) to avoid having to parse Mpeg video 1/2 packets if it can be done upstream.

The various fields are only valid during the lifetime of the GstCodecParsers.MpegVideoMeta. If elements wish to use those for longer, they are required to make a copy.

New in version 1.2.

classmethod get_info()
Return type:

Gst.MetaInfo