gst/audioconvert/gstaudioconvert.c: Also mention that a conversion from double to float is suboptimal still.

Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c:
Also mention that a conversion from double to float is suboptimal still.
This commit is contained in:
Stefan Kost 2007-02-06 14:00:31 +00:00
parent 5b499dec66
commit 66727fe484
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-02-06 Stefan Kost <ensonic@users.sf.net>
* gst/audioconvert/gstaudioconvert.c:
Also mention that a conversion from double to float is suboptimal still.
2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
* gst-libs/gst/audio/gstaudiofilter.c:
@ -117,6 +122,7 @@
Add small test for 32bit float <=> 64bit float conversion (works
only one way so far, 32=>64 produces structured noise).
>>>>>>> 1.3137
2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
* gst/audioconvert/gstaudioconvert.c:

View file

@ -28,6 +28,10 @@
* Audioconvert converts raw audio buffers between various possible formats.
* It supports integer to float conversion, width/depth conversion,
* signedness and endianness conversion.
*
* Some format conversion are not carried out in an optimal way right now.
* E.g. converting from double to float would cause a loss of precission.
*
* <title>Example launch line</title>
* <para>
* <programlisting>