GstVideoSink

Provides useful functions and a base class for video sinks.

GstVideoSink 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.

Members

Variables

GstReserved
void*[4] GstReserved;
element
GstBaseSink element;
height
int height;

video height (derived class needs to set this)

priv
GstVideoSinkPrivate* priv;
width
int width;

video width (derived class needs to set this)