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 string = $plugin->get_filename
16 boolean = $plugin->is_loaded
17 string = $plugin->get_license
18 plugin = $plugin->load
19 plugin = GStreamer::Plugin::load_by_name ($name)
20 · $name (string)
21
22 plugin = GStreamer::Plugin::load_file ($filename)
23 · $filename (string)
24
25 boolean = $plugin->name_filter ($name)
26 · $name (string)
27
28 string = $plugin->get_name
29 string = $plugin->get_origin
30 string = $plugin->get_package
31 string = $plugin->get_source
32 string = $plugin->get_version
34 GStreamer, Glib::Object, GStreamer::Object
35
37 Copyright (C) 2005-2014 by the gtk2-perl team.
38
39 This software is licensed under the LGPL. See GStreamer for a full
40 notice.
41
42
43
44perl v5.30.0 2019-09-19 GStreamer::Plugin(3)