Explicitly define float constants as float
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Oct 2016 03:41:26 +0000 (09:11 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Oct 2016 17:36:26 +0000 (23:06 +0530)
commit4e4b568f654b7b9640a23165f4b9b135b0d5ba45
tree7377e78116e59041d65a04fd545800ac13ca877b
parent37df358c5ef8f38a823be17d595e2aa22a23eaec
Explicitly define float constants as float

With MSVC, this gives the following warning:

warning C4305: 'function': truncation from 'double' to 'gfloat'

Apparently, MSVC does not figure out what type to use for constants
based on the assignment. This warning is very spammy, so let's try to
fix it.
gst/audiofx/gststereo.c