mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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.
This commit is contained in:
parent
cb924406cd
commit
ca3cdcec7e
1 changed files with 8 additions and 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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue