GStreamer::Registry(3pm)
NAME
GStreamer::Registry - Abstract base class for management of GstPlugin
objects
HIERARCHY
- Glib::Object
+----GStreamer::Object - +----GStreamer::Registry
METHODS
- boolean = $registry->add_feature ($feature)
- o $feature (GStreamer::PluginFeature)
- boolean = $registry->add_plugin ($plugin)
- o $plugin (GStreamer::Plugin)
- registry = GStreamer::Registry->get_default list = $registry->feature_filter ($filter, $first, $data=undef)
- o $filter (scalar)
- o $first (boolean)
- o $data (scalar)
- list = $registry->get_feature_list_by_plugin ($name)
- o $name (string)
- list = $registry->get_feature_list ($type)
- o $type (string)
- pluginfeature = $registry->find_feature ($name, $type)
- o $name (string)
- o $type (string)
- plugin = $registry->find_plugin ($name)
- o $name (string)
- plugin = $registry->lookup ($filename)
- o $filename (string)
- pluginfeature = $registry->lookup_feature ($name)
- o $name (string)
- list = $registry->get_path_list list = $registry->plugin_filter ($filter, $first, $data=undef)
- o $filter (scalar)
- o $first (boolean)
- o $data (scalar)
- list = $registry->get_plugin_list $registry->remove_feature ($feature)
- o $feature (GStreamer::PluginFeature)
- $registry->remove_plugin ($plugin)
- o $plugin (GStreamer::Plugin)
- $registry->scan_path ($path)
- o $path (string)
- boolean = $registry->xml_read_cache ($location)
- o $location (string)
- boolean = $registry->xml_write_cache ($location)
- o $location (string)
SIGNALS
plugin-added (GStreamer::Registry, gpointer)
feature-added (GStreamer::Registry, gpointer)
SEE ALSO
GStreamer, Glib::Object, GStreamer::Object
COPYRIGHT
Copyright (C) 2005-2008 by the gtk2-perl team.
- This software is licensed under the LGPL. See GStreamer for a full
notice.