glcolorbalance: return HARDWARE from get_balance_type

This commit is contained in:
Matthew Waters 2016-01-27 20:23:21 +11:00 committed by Tim-Philipp Müller
parent 81f0d05d37
commit f8c6be86c2

View file

@ -446,7 +446,7 @@ gst_gl_color_balance_colorbalance_get_value (GstColorBalance * balance,
static GstColorBalanceType
gst_gl_color_balance_colorbalance_get_balance_type (GstColorBalance * balance)
{
return GST_COLOR_BALANCE_SOFTWARE;
return GST_COLOR_BALANCE_HARDWARE;
}
static void