GStreamer multimedia framework
Find a file
Nirbheek Chauhan 503822eb20 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.
2017-12-09 19:32:23 +00:00
ext/gl Explicitly define float constants as float 2017-12-09 19:32:23 +00:00
gst-libs/gst/gl Explicitly define float constants as float 2017-12-09 19:32:23 +00:00
pkgconfig gl/pkgconfig: add the lib include dir to the list of includes 2017-12-09 19:32:22 +00:00
tests tests/gl: make sure all GL commands are executed on the GL thread 2017-12-09 19:32:22 +00:00