gst/audioconvert/gstaudioconvert.c: add a fixation function that pretty much does the right thing (fixes #137556)

Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
(_fixate_caps_to_int), (gst_audio_convert_fixate):
add a fixation function that pretty much does the right thing (fixes
#137556)
This commit is contained in:
Benjamin Otte 2004-03-21 02:54:37 +00:00
parent b46ec07d25
commit a7a62db2cb

View file

@ -1,3 +1,10 @@
2004-03-21 Benjamin Otte <otte@gnome.org>
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
(_fixate_caps_to_int), (gst_audio_convert_fixate):
add a fixation function that pretty much does the right thing (fixes
#137556)
2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
* configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/