#include <videosink.h>
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::VideoSink> | wrap (GstVideoSink* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
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.
virtual GstBase::VideoSink::~VideoSink | ( | ) | [virtual] |
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.
Glib::RefPtr<GstBase::VideoSink> wrap | ( | GstVideoSink * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
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. |