gst/audioconvert/gstaudioconvert.c: Also mention that a conversion from double to...
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 6 Feb 2007 14:00:31 +0000 (14:00 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 6 Feb 2007 14:00:31 +0000 (14:00 +0000)
Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c:
Also mention that a conversion from double to float is suboptimal still.

ChangeLog
gst/audioconvert/gstaudioconvert.c

index 6f870bc..8da6961 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
          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:
index f844773..3fea3a2 100644 (file)
  * 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>