class to set details for
The long English name of the element. E.g. "File Sink"
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"
Sentence describing the purpose of the element. E.g: "Write stream to a file"
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
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.