glcolorbalance: return HARDWARE from get_balance_type

This commit is contained in:
Matthew Waters 2016-01-27 20:23:21 +11:00
parent 0fe34bfc1d
commit 63a564be96

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