summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-03-04 23:30:29 +0000
committerBenjamin Otte <otte@gnome.org>2004-03-04 23:30:29 +0000
commit5dcb16faca8ea19876cb30aea6a01d7943036ff1 (patch)
treef8f9c69a1b16964af7d3b755767637848c94d35a
parentdad1cf4fa8d3f4dff50e9879a96d9a3baabea803 (diff)
gst/audioconvert/gstaudioconvert.c: make float=>int conversion work correctly even in cornercases.
Original commit message from CVS: 2004-03-05 Benjamin Otte <otte@gnome.org> * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_buffer_to_default_format): make float=>int conversion work correctly even in cornercases.
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c277d1b5..ec0511aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-05 Benjamin Otte <otte@gnome.org>
+
+ * gst/audioconvert/gstaudioconvert.c:
+ (gst_audio_convert_buffer_to_default_format):
+ make float=>int conversion work correctly even in cornercases.
+
2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
* debian/README.Debian:
@@ -100,7 +106,8 @@
2004-04-03 Christian Schaller <Uraeus@gnome.org>
* gst-plugins.spec.in:
- Change names of plugins to actually be correct. Try to keep things alphabetical to avoid getting beat up by Thomas
+ Change names of plugins to actually be correct. Try to keep things
+ alphabetical to avoid getting beat up by Thomas
2004-03-03 Julien MOUTTE <julien@moutte.net>