Package flumotion :: Package common :: Module gstreamer
[show private | hide private]
[frames | no frames]

Module flumotion.common.gstreamer

GStreamer helper functionality
Function Summary
list of gst.Element bin_find_sinks(bin)
Return a list of all sink elements (without a source pad) in the given bin.
string caps_repr(caps)
Represent gst.Caps as a string.
boolean element_factory_has_property(element_factory, property_name)
Check if the given element factory has 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.

Function Details

bin_find_sinks(bin)

Return a list of all sink elements (without a source pad) in the given bin.
Returns:
list of gst.Element

caps_repr(caps)

Represent gst.Caps as a string.
Returns:
string

element_factory_has_property(element_factory, property_name)

Check if the given element factory has the given property.
Returns:
boolean

get_plugin_version(plugin_name)

Find the version of the given plugin.
Returns:
tuple of (major, minor, micro, [nano]), or None if it could not be found or determined

verbose_deep_notify_cb(object, orig, pspec, component)

A default deep-notify signal handler for pipelines.

Generated by Epydoc 2.1 on Sun Sep 4 00:24:44 2005 http://epydoc.sf.net