[Bug 755301] audioconvert: Integer->Float conversion creates values slightly smaller than -1.0
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Oct 13 13:36:49 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=755301
--- Comment #18 from sebastien.fenet at yahoo.fr ---
Sorry for multi-posting but I found the answer to my question by myself...
The initial test I made was Int16 -> Float64.
I've just tested Int16 -> Float32 and it works as expected!! That is because of
Sebastian's remark... The dividing factor was wrong but as
float32(wrong_factor)=float32(good_factor), the result is still OK.
So, Sebastian, I would say that your fix in the code is OK. I was not able to
find the unit test in log in your previous posts... What is wrong with the
tests?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list