1GStreamer::Registry(3)User Contributed Perl DocumentationGStreamer::Registry(3)
2
3
4
6 GStreamer::Registry
7
9 Glib::Object
10 +----GStreamer::Object
11 +----GStreamer::Registry
12
14 boolean = $registry->add_feature ($feature)
15
16 * $feature (GStreamer::PluginFeature)
17
18 boolean = $registry->add_plugin ($plugin)
19
20 * $plugin (GStreamer::Plugin)
21
22 registry = GStreamer::Registry->get_default
23
24 list = $registry->feature_filter ($filter, $first, $data=undef)
25
26 * $filter (scalar)
27 * $first (boolean)
28 * $data (scalar)
29
30 list = $registry->get_feature_list_by_plugin ($name)
31
32 * $name (string)
33
34 list = $registry->get_feature_list ($type)
35
36 * $type (string)
37
38 pluginfeature = $registry->find_feature ($name, $type)
39
40 * $name (string)
41 * $type (string)
42
43 plugin = $registry->find_plugin ($name)
44
45 * $name (string)
46
47 plugin = $registry->lookup ($filename)
48
49 * $filename (string)
50
51 pluginfeature = $registry->lookup_feature ($name)
52
53 * $name (string)
54
55 list = $registry->get_path_list
56
57 list = $registry->plugin_filter ($filter, $first, $data=undef)
58
59 * $filter (scalar)
60 * $first (boolean)
61 * $data (scalar)
62
63 list = $registry->get_plugin_list
64
65 $registry->remove_feature ($feature)
66
67 * $feature (GStreamer::PluginFeature)
68
69 $registry->remove_plugin ($plugin)
70
71 * $plugin (GStreamer::Plugin)
72
73 $registry->scan_path ($path)
74
75 * $path (string)
76
77 boolean = $registry->xml_read_cache ($location)
78
79 * $location (string)
80
81 boolean = $registry->xml_write_cache ($location)
82
83 * $location (string)
84
86 plugin-added (GStreamer::Registry, gpointer)
87 feature-added (GStreamer::Registry, gpointer)
88
90 GStreamer, Glib::Object, GStreamer::Object
91
93 Copyright (C) 2005-2006 by the gtk2-perl team.
94
95 This software is licensed under the LGPL. See GStreamer for a full
96 notice.
97
98
99
100perl v5.8.8 2007-02-20 GStreamer::Registry(3)