Class Gst::TypeFactory

Abstract

Add types to plugins.

Inherits from: Gst::PluginFeature .

Included in: Gst .

Index: exts find mime to_s

Class methods
findfind(aFactoryNameString) -> aTypeFactoryObject
 

Searches for a type factory of the given name. If founds, returns a Gst::TypeFactory object. Otherwise, returns nil.

Instance methods
extsexts -> aString
 

Gets the files extentions handled by the factory.

mimemime -> aString
 

Gets the mime type handled by the factory.

to_sto_s -> aString
 

Gets a string representing the factory.