Classes | |
class | ColorBalance |
GstBase::ColorBalance — Interface for adjusting color balance settings. More... | |
class | ColorBalanceChannel |
GstBase::ColorBalanceChannel — Represents a color balance channel. More... | |
class | XOverlay |
XOverlay — Interface for setting/getting a Window on elements supporting it. More... | |
Enumerations | |
enum | ColorBalanceType { COLOR_BALANCE_HARDWARE, COLOR_BALANCE_SOFTWARE } |
Functions | |
void | gst_wrap_init () |
Initializes wrapping system of Gst::MiniObject derrived classes. | |
void | init () |
Initialize gstreamerbasemm. | |
void | wrap_init () |
Initializes the main gstreamerbasemm wrapping system. |
void GstBase::gst_wrap_init | ( | ) |
Initializes wrapping system of Gst::MiniObject derrived classes.
There is no need to use this function directly; instead use Gst::init() or Gst::init_check().
void GstBase::init | ( | ) |
Initialize gstreamerbasemm.
Gst::init() and Gst::init_check() functions already initialize gstreamerbasemm so there's no need to use this function directly.
void GstBase::wrap_init | ( | ) |
Initializes the main gstreamerbasemm wrapping system.
There's no need to use this function directly; instead use Gst::init() or Gst::init_check().