Gst::EventFlushStop Class Reference

A flush stop event. More...

#include <event.h>

Inheritance diagram for Gst::EventFlushStop:

Gst::Event Gst::MiniObject

List of all members.

Public Member Functions

 EventFlushStop (GstEvent* event)

Static Public Member Functions

static Glib::RefPtr<Gst::Eventcreate ()
 Allocate a new flush stop event.


Detailed Description

A flush stop event.

See create() for more details.


Constructor& Destructor Documentation

Gst::EventFlushStop::EventFlushStop ( GstEvent *  event  )  [explicit]


Member Function Documentation

static Glib::RefPtr<Gst::Event> Gst::EventFlushStop::create (  )  [static]

Allocate a new flush stop event.

The flush stop event can be sent upstream and downstream and travels out-of-bounds with the dataflow. It is typically sent after sending a Gst::EventFlushStart event to make the pads accept data again.

Elements can process this event synchronized with the dataflow since the preceeding Gst::EventFlushStart event stopped the dataflow.

This event is typically generated to complete a seek and to resume dataflow.

Returns:
A new flush stop event.


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

Generated on Thu Jan 15 09:33:12 2009 for gstreamermm by  doxygen 1.5.7.1