From 66727fe4849cfd17d0c6237dcdbdf6346a8b7eb1 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 6 Feb 2007 14:00:31 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ gst/audioconvert/gstaudioconvert.c | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6f870bc..8da6961 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-06 Stefan Kost + + * gst/audioconvert/gstaudioconvert.c: + Also mention that a conversion from double to float is suboptimal still. + 2007-02-06 Tim-Philipp Müller * 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 * gst/audioconvert/gstaudioconvert.c: diff --git a/gst/audioconvert/gstaudioconvert.c b/gst/audioconvert/gstaudioconvert.c index f844773..3fea3a2 100644 --- a/gst/audioconvert/gstaudioconvert.c +++ b/gst/audioconvert/gstaudioconvert.c @@ -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. + * * Example launch line * * -- 2.7.4