1GStreamer::GhostPad(3)User Contributed Perl DocumentationGStreamer::GhostPad(3)
2
3
4

NAME

6       GStreamer::GhostPad
7

HIERARCHY

9         Glib::Object
10         +----GStreamer::Object
11              +----GStreamer::Pad
12                   +----GStreamer::Pad
13                        +----GStreamer::GhostPad
14

METHODS

16       pad or undef = GStreamer::GhostPad->new ($name, $target)
17
18           * $name (string or undef)
19           * $target (GStreamer::Pad)
20
21       pad or undef = GStreamer::GhostPad->new_no_target ($name, $dir)
22
23           * $name (string or undef)
24           * $dir (GStreamer::PadDirection)
25
26       pad or undef = $gpad->get_target
27
28       boolean = $gpad->set_target ($newtarget)
29
30           * $newtarget (GStreamer::Pad)
31

ENUMS AND FLAGS

33       enum GStreamer::PadDirection
34
35       * 'unknown' / 'GST_PAD_UNKNOWN'
36       * 'src' / 'GST_PAD_SRC'
37       * 'sink' / 'GST_PAD_SINK'
38

SEE ALSO

40       GStreamer, Glib::Object, GStreamer::Object, GStreamer::Pad,
41       GStreamer::Pad
42
44       Copyright (C) 2005-2006 by the gtk2-perl team.
45
46       This software is licensed under the LGPL.  See GStreamer for a full
47       notice.
48
49
50
51perl v5.8.8                       2007-02-20            GStreamer::GhostPad(3)
Impressum