gstreamer/gst/volume
Sebastian Dröge 40f4daffd1 volume: Explicitly cast integers to doubles and then back to integers after multiplication
gcc 4.9.1 on ARM seems to have a bug that causes it to cast the float to an
integer first, resulting in a 0 scale factor for volume < 1.0.

As a side effect this change here will also improve accuracy of the result a
bit because we go via doubles instead of floats.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65325
https://bugzilla.gnome.org/show_bug.cgi?id=745667
2015-03-05 14:22:12 +01:00
..
.gitignore added volume demo app 2004-06-14 10:04:44 +00:00
gstvolume.c volume: Explicitly cast integers to doubles and then back to integers after multiplication 2015-03-05 14:22:12 +01:00
gstvolume.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstvolumeorc-dist.c orc: update orc files 2015-01-27 13:39:14 +00:00
gstvolumeorc-dist.h Update disted orc backup files 2013-04-22 13:58:33 +01:00
gstvolumeorc.orc volume: prefix orc functions with volume_orc_ 2012-07-23 17:30:50 +02:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
volume.vcproj more working plugins 2004-07-27 21:41:30 +00:00