TagList.registerStatic

Registers a new tag type for the use with GStreamer's type system.

Same as gst_tag_register(), but @name, @nick, and @blurb must be static strings or inlined strings, as they will not be copied. (GStreamer plugins will be made resident once loaded, so this function can be used even from dynamically loaded plugins.)

class TagList
static
void
registerStatic

Parameters

name string

the name or identifier string (string constant)

flag GstTagFlag

a flag describing the type of tag info

type GType

the type this data is in

nick string

human-readable name or short description (string constant)

blurb string

a human-readable description for this tag (string constant)

func GstTagMergeFunc

function for merging multiple values of this tag, or %NULL

Meta