| Trees | Index | Help |
|---|
| Package flumotion :: Package common :: Module gstreamer |
|
| Function Summary | |
|---|---|
| string |
Represent gst.Caps as a string. |
| boolean |
Check if the given element factory name exists. |
| boolean |
Check if the given element factory has the given property. |
| boolean |
Check if the given element factory allows the given value for the given property. |
| tuple of int or None |
Find the version of the given plugin. |
A default deep-notify signal handler for pipelines. | |
| Function Details |
|---|
caps_repr(caps)Representgst.Caps as a string.
|
element_factory_exists(name)Check if the given element factory name exists.
|
element_factory_has_property(element_factory, property_name)Check if the given element factory has the given property.
|
element_factory_has_property_value(element_factory, property_name, value)Check if the given element factory allows the given value for the given property.
|
get_plugin_version(plugin_name)Find the version of the given plugin.
|
verbose_deep_notify_cb(object, orig, pspec, component)A default deep-notify signal handler for pipelines. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Jan 25 09:34:56 2007 | http://epydoc.sf.net |