Gst::MessageClockLost Class Reference

A clock lost message. More...

Inherits Gst::Message.

Collaboration diagram for Gst::MessageClockLost:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MessageClockLost (GstMessage* castitem)
Glib::RefPtr< Gst::Clockparse ()
 Extracts and returns the lost clock from the Gst::MessageClockLost.
Glib::RefPtr< const Gst::Clockparse () const
 Extracts and returns the lost clock from the Gst::MessageClockLost.

Static Public Member Functions

static Glib::RefPtr< Gst::Messagecreate (const Glib::RefPtr< Gst::Object >& src, const Glib::RefPtr< Gst::Clock >& clock)
 Create a clock lost message.

Detailed Description

A clock lost message.

See create() for more details.


Constructor & Destructor Documentation

Gst::MessageClockLost::MessageClockLost ( GstMessage *  castitem  )  [explicit]

Member Function Documentation

static Glib::RefPtr<Gst::Message> Gst::MessageClockLost::create ( const Glib::RefPtr< Gst::Object >&  src,
const Glib::RefPtr< Gst::Clock >&  clock 
) [static]

Create a clock lost message.

This message is posted whenever the clock is not valid anymore. If this message is posted by the pipeline, the pipeline will select a new clock again when it goes to PLAYING. It might therefore be needed to set the pipeline to PAUSED and PLAYING again.

Parameters:
src The object originating the message.
clock The clock that was lost.
Returns:
The new clock lost message. MT safe.
Glib::RefPtr<const Gst::Clock> Gst::MessageClockLost::parse (  )  const

Extracts and returns the lost clock from the Gst::MessageClockLost.

The clock object returned remains valid until the message is freed.

MT safe.

Returns:
The lost clock.
Glib::RefPtr<Gst::Clock> Gst::MessageClockLost::parse (  ) 

Extracts and returns the lost clock from the Gst::MessageClockLost.

The clock object returned remains valid until the message is freed.

MT safe.

Returns:
The lost clock.

The documentation for this class was generated from the following file:

Generated on Mon Sep 14 00:25:36 2009 for gstreamermm by  doxygen 1.6.1