Package flumotion :: Package common :: Module gstreamer
[hide private]

Module gstreamer

source code

gstreamer helpers


Version: $Rev$

Classes [hide private]
  StateChangeMonitor
Functions [hide private]
string
caps_repr(caps)
Represent gst.Caps as a string.
source code
 
verbose_deep_notify_cb(object, orig, pspec, component)
A default deep-notify signal handler for pipelines.
source code
boolean
element_has_property(element, property_name)
Check if the given element has the given property.
source code
boolean
element_factory_has_property(element_factory, property_name)
Check if the given element factory has the given property.
source code
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.
source code
boolean
element_factory_exists(name)
Check if the given element factory name exists.
source code
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.
source code
 
get_state_change(old, new) source code
 
flumotion_reset_event()
Helper method to create a 'flumotion-reset' event
source code
 
event_is_flumotion_reset(event)
Helper method to check if an event is a 'flumotion-reset' event
source code
Variables [hide private]
  __package__ = 'flumotion.common'