Gst.MetaInfo

Fields

Name

Type

Access

Description

api

GObject.GType

r/w

tag identifying the metadata structure and api

free_func

Gst.MetaFreeFunction

r/w

function for freeing the metadata

init_func

Gst.MetaInitFunction

r/w

function for initializing the metadata

size

int

r/w

size of the metadata

transform_func

Gst.MetaTransformFunction

r/w

function for transforming the metadata

type

GObject.GType

r/w

type identifying the implementor of the api

Methods

is_custom ()

Details

class Gst.MetaInfo

The Gst.MetaInfo provides information about a specific metadata structure.

is_custom()[source]
Returns:

whether self was registered as a Gst.CustomMeta with Gst.Meta.register_custom()

Return type:

bool

New in version 1.20.