GstBase::VideoSink Class Reference
[gstreamerbasemm Base Classes]

GstBase::VideoSink — Base class for video sinks. More...

#include <videosink.h>

Inheritance diagram for GstBase::VideoSink:

Gst::BaseSink Gst::Element Gst::Object GstBase::XImageSink GstBase::XvImageSink

List of all members.

Public Member Functions

virtual ~VideoSink ()
GstVideoSink* gobj ()
 Provides access to the underlying C GObject.
const GstVideoSink* gobj () const
 Provides access to the underlying C GObject.
GstVideoSink* gobj_copy ()
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
int get_height () const
 Get height of GstBase::VideoSink.
int get_width () const
 Get width of GstBase::VideoSink.

Related Functions

(Note that these are not member functions.)

Glib::RefPtr<GstBase::VideoSinkwrap (GstVideoSink* object, bool take_copy=false)
 A Glib::wrap() method for this object.


Detailed Description

GstBase::VideoSink — Base class for video sinks.

Provides useful functions and a base class for video sinks.

GstBase::VideoSink will configure the default base sink to drop frames that arrive later than 20ms as this is considered the default threshold for observing out-of-sync frames.


Constructor& Destructor Documentation

virtual GstBase::VideoSink::~VideoSink (  )  [virtual]


Member Function Documentation

int GstBase::VideoSink::get_height (  )  const

Get height of GstBase::VideoSink.

int GstBase::VideoSink::get_width (  )  const

Get width of GstBase::VideoSink.

const GstVideoSink* GstBase::VideoSink::gobj (  )  const [inline]

Provides access to the underlying C GObject.

Reimplemented from Gst::BaseSink.

Reimplemented in GstBase::XImageSink, and GstBase::XvImageSink.

GstVideoSink* GstBase::VideoSink::gobj (  )  [inline]

Provides access to the underlying C GObject.

Reimplemented from Gst::BaseSink.

Reimplemented in GstBase::XImageSink, and GstBase::XvImageSink.

GstVideoSink* GstBase::VideoSink::gobj_copy (  ) 

Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.

Reimplemented from Gst::BaseSink.

Reimplemented in GstBase::XImageSink, and GstBase::XvImageSink.


Friends And Related Function Documentation

Glib::RefPtr<GstBase::VideoSink> wrap ( GstVideoSink *  object,
bool  take_copy = false 
) [related]

A Glib::wrap() method for this object.

Parameters:
object The C instance.
take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.


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

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