diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-04 23:30:29 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-04 23:30:29 +0000 |
commit | ca3cdcec7e46aff1049419283ff094db31b99de7 (patch) | |
tree | 0edbaa9c903e8f4b1560eb1e8efd4a2228aa3bb2 | |
parent | cb924406cdef87fee308f0801c2a997c6c9a2a10 (diff) | |
download | gst-plugins-bad-ca3cdcec7e46aff1049419283ff094db31b99de7.tar.gz gst-plugins-bad-ca3cdcec7e46aff1049419283ff094db31b99de7.tar.bz2 gst-plugins-bad-ca3cdcec7e46aff1049419283ff094db31b99de7.zip |
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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |