Element.classSetDetailsSimple

Sets the detailed information for a GstElementClass. Simpler version of gst_element_class_set_details() that generates less linker overhead. Note This function is for use in _base_init functions only. The detail parameter strings are copied into the GstElementDetails for the element class.

class Element
static
void
classSetDetailsSimple

Parameters

klass GstElementClass*

class to set details for

longname string

The long English name of the element. E.g. "File Sink"

classification string

String describing the type of element, as an unordered list separated with slashes ('/'). See draft-klass.txt of the design docs for more details and common types. E.g: "Sink/File"

description string

Sentence describing the purpose of the element. E.g: "Write stream to a file"

author string

Name and contact details of the author(s). Use \n to separate multiple author details. E.g: "Joe Bloggs <joe.blogs at foo.com>" Since 0.10.14

Meta