Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gstreamer::registry(3pm) [debian man page]

GStreamer::Registry(3pm)				User Contributed Perl Documentation				  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-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::Registry(3pm)

Check Out this Related Man Page

GStreamer::Object(3pm)					User Contributed Perl Documentation				    GStreamer::Object(3pm)

NAME
GStreamer::Object - Base class for the GStreamer object hierarchy HIERARCHY
Glib::Object +----GStreamer::Object METHODS
boolean = $object->has_ancestor ($ancestor) o $ancestor (GStreamer::Object) string or undef = $object->get_name string or undef = $object->get_name_prefix $object->set_name_prefix ($name_prefix) o $name_prefix (string or undef) $object->set_name ($name) o $name (string or undef) object or undef = $object->get_parent $object->set_parent ($parent) o $parent (GStreamer::Object) string = $object->get_path_string $object->unparent PROPERTIES
'name' (string : default undef : readable / writable / construct / private) The name of the object SIGNALS
parent-set (GStreamer::Object, GStreamer::Object) parent-unset (GStreamer::Object, GStreamer::Object) object-saved (GStreamer::Object, gpointer) deep-notify (GStreamer::Object, GStreamer::Object, Glib::ParamSpec) SEE ALSO
GStreamer, Glib::Object COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::Object(3pm)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to change the MTU in Unix registry?

Does anyone know how to or know of a web page where I can find how to change the MTU speed in Unix registry? Any info. would be greatly appreciated. Thanks, Techie (2 Replies)
Discussion started by: Techie_girl
2 Replies

2. UNIX for Dummies Questions & Answers

about registry and sed command

can someone please explain the sed command and its purpose and an example of its use. Also can you explain the registry thing with an example also. thanks (3 Replies)
Discussion started by: djeung
3 Replies

3. Solaris

Registry analogous in Solaris

Hi, May seem to be an absurd question, still. As we have registry in Windows which keeps track of what is installed and where, what is its analogous thing in Solaris. Is this same in all Unix flavours or different. (4 Replies)
Discussion started by: vibhor_agarwali
4 Replies

4. UNIX for Dummies Questions & Answers

Registry analogous in Solaris

(4 Replies)
Discussion started by: vibhor_agarwali
4 Replies

5. UNIX for Dummies Questions & Answers

Registry

what Unix systems have for registry? windows have registry. Unix have ??? (1 Reply)
Discussion started by: cs05pp2
1 Replies

6. AIX

How to see a Registry on AIX??

Hi Folks, Could you please help me with the command to find the Registry on AIX machine? For ex in windows we can see a products registry using the REGEDIT....In similar do we have any command for AIX? (1 Reply)
Discussion started by: nvindraneel
1 Replies

7. UNIX for Advanced & Expert Users

Read/update windows registry using UNIX script

Hi, I have a requirement where in to read the registry value of a windows NT based system from a AIX server which should be automatic. For eg. the script should connect to the Win NT system, read the registry as specified on the input and display the output on the AIX screen? Eg. <script... (3 Replies)
Discussion started by: sathish57
3 Replies

8. Shell Programming and Scripting

Help on grep in a do while loop

So this is what I'm trying to do: I have a file called registry.txt which has a list of registry entries I want to search for. I have another file called inctrl.txt on which I want to perform the search on. Here's the example contents of registry.txt SOFTWARE\Microsoft\Security... (3 Replies)
Discussion started by: r4v3n
3 Replies

9. Shell Programming and Scripting

how to get the value of a registry using csh script.

hi, how to get the value of a registry using csh script. thanks. (1 Reply)
Discussion started by: Rashid Khan
1 Replies