GStreamer::Message::StateChanged(3pm)
NAME
GStreamer::Message::StateChanged - Lightweight objects to signal the
application of pipeline events
METHODS
- GstMessage = GStreamer::Message::StateChanged->new ($src, $oldstate,
- $newstate, $pending)
o $src (GStreamer::Object) - o $oldstate (GStreamer::State)
- o $newstate (GStreamer::State)
- o $pending (GStreamer::State)
- state = $message->new_state state = $message->old_state state = $message->pending
ENUMS AND FLAGS
- enum GStreamer::State
- o 'void-pending' / 'GST_STATE_VOID_PENDING'
- o 'null' / 'GST_STATE_NULL'
- o 'ready' / 'GST_STATE_READY'
- o 'paused' / 'GST_STATE_PAUSED'
- o 'playing' / 'GST_STATE_PLAYING'
SEE ALSO
GStreamer
COPYRIGHT
Copyright (C) 2005-2008 by the gtk2-perl team.
- This software is licensed under the LGPL. See GStreamer for a full
notice.