gstreamer/gst/fieldanalysis
Nirbheek Chauhan f790863755 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.
2016-10-27 23:06:26 +05:30
..
gstfieldanalysis.c Explicitly define float constants as float 2016-10-27 23:06:26 +05:30
gstfieldanalysis.h
gstfieldanalysisorc-dist.c
gstfieldanalysisorc-dist.h
gstfieldanalysisorc.orc
Makefile.am
meson.build