GStreamer::GhostPad(3pm) User Contributed Perl Documentation GStreamer::GhostPad(3pm)
NAME
GStreamer::GhostPad - Pseudo link pads
HIERARCHY
Glib::Object
+----GStreamer::Object
+----GStreamer::Pad
+----GStreamer::Pad
+----GStreamer::GhostPad
METHODS
pad or undef = GStreamer::GhostPad->new ($name, $target)
o $name (string or undef)
o $target (GStreamer::Pad)
pad or undef = GStreamer::GhostPad->new_no_target ($name, $dir)
o $name (string or undef)
o $dir (GStreamer::PadDirection)
pad or undef = $gpad->get_target
boolean = $gpad->set_target ($newtarget)
o $newtarget (GStreamer::Pad)
ENUMS AND FLAGS
enum GStreamer::PadDirection
o 'unknown' / 'GST_PAD_UNKNOWN'
o 'src' / 'GST_PAD_SRC'
o 'sink' / 'GST_PAD_SINK'
SEE ALSO
GStreamer, Glib::Object, GStreamer::Object, GStreamer::Pad, GStreamer::Pad
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::GhostPad(3pm)