Gst.CustomMeta

Fields

Name

Type

Access

Description

meta

Gst.Meta

r/w

Methods

get_structure ()

has_name (name)

Details

class Gst.CustomMeta

Simple typing wrapper around Gst.Meta

New in version 1.20.

get_structure()[source]
Returns:

the Gst.Structure backing self

Return type:

Gst.Structure

Retrieve the Gst.Structure backing a custom meta, the structure’s mutability is conditioned to the writability of the Gst.Buffer self is attached to.

New in version 1.20.

has_name(name)[source]
Parameters:

name (str) –

Returns:

Whether name is the name of the custom meta

Return type:

bool

Checks whether the name of the custom meta is name

New in version 1.20.