1GStreamer::Plugin(3) User Contributed Perl Documentation GStreamer::Plugin(3)
2
3
4
6 GStreamer::Plugin
7
9 Glib::Object
10 +----GStreamer::Object
11 +----GStreamer::Plugin
12
14 string = $plugin->get_description
15
16 string = $plugin->get_filename
17
18 boolean = $plugin->is_loaded
19
20 string = $plugin->get_license
21
22 plugin = $plugin->load
23
24 plugin = GStreamer::Plugin::load_by_name ($name)
25
26 * $name (string)
27
28 plugin = GStreamer::Plugin::load_file ($filename)
29
30 * $filename (string)
31
32 boolean = $plugin->name_filter ($name)
33
34 * $name (string)
35
36 string = $plugin->get_name
37
38 string = $plugin->get_origin
39
40 string = $plugin->get_package
41
42 string = $plugin->get_source
43
44 string = $plugin->get_version
45
47 GStreamer, Glib::Object, GStreamer::Object
48
50 Copyright (C) 2005-2006 by the gtk2-perl team.
51
52 This software is licensed under the LGPL. See GStreamer for a full
53 notice.
54
55
56
57perl v5.8.8 2007-02-20 GStreamer::Plugin(3)