Fix gstreamer plugin build for platforms with qreal -> float
authorRomain Pokrzywka <romain.pokrzywka@kdab.com>
Thu, 13 Sep 2012 18:17:23 +0000 (11:17 -0700)
committerQt by Nokia <qt-info@nokia.com>
Fri, 14 Sep 2012 17:29:21 +0000 (19:29 +0200)
commit4141cf2772182e51fbcdb559b2746ab600907182
tree4cf8a70fcdab4fd809975f1435ea08b28db1e0ff
parente06c037e1054f8425b8606b223ac8ea04b25bce6
Fix gstreamer plugin build for platforms with qreal -> float

simple case of qFuzzyCompare with double and float.
I kept m_volume as double rather than changing it to float, to mimic
the behavior of the mute variable.

Change-Id: Ife2f58f60738215ebd430ba94bef885c09994e72
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@gmail.com>
src/plugins/gstreamer/mediacapture/qgstreamercapturesession.cpp