Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Class Gst.Plugin

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstPlugin
Class : Plugin
Extends: Gst.Object
  Show / Hide Inherited methods, properties and signals
The plugin object
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst
Method
Gst.type_find_register (Plugin plugin, String name, Number rank, Function func, Array extensions, Caps possible_caps, void* data, Function data_notify) : Boolean
Registers a new typefind function to be used for typefinding.
Gst.Element
Method
Gst.Element.register (Plugin plugin, String name, Number rank, Number type) : Boolean
element (note that passing NULL only works in GStreamer 0.10.13 and later) Create a new elementfactory capable of instantiating objects of the
Gst.Registry
Method
add_plugin (Plugin plugin) : Boolean
Add the plugin to the registry.
Gst.Registry
Method
remove_plugin (Plugin plugin) : none
Remove the plugin from the registry.
Gst.Registry
Method
find_plugin (String name) : Gst.Plugin
Find the plugin with the given name in the registry.
Gst.Registry
Method
lookup (String filename) : Gst.Plugin
Look up a plugin in the given registry with the given filename.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:53 GMT+0800 (HKT)