Function Summary |
string
|
caps_repr (caps)
Represent gst.Caps as a string. |
boolean
|
element_factory_exists (name)
Check if the given element factory name exists. |
boolean
|
element_factory_has_property (element_factory,
property_name)
Check if the given element factory has the given property. |
boolean
|
element_factory_has_property_value (element_factory,
property_name,
value)
Check if the given element factory allows the given value for the
given property. |
tuple of (major, minor, micro, nano), or None if it could not
be found or determined
|
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. |