GstColorBalanceType

An enumeration indicating whether an element implements color balancing operations in software or in dedicated hardware. In general, dedicated hardware implementations (such as those provided by xvimagesink) are preferred.

Values

ValueMeaning
Hardware0

Color balance is implemented with dedicated hardware.

Software1

Color balance is implemented via software processing.