diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-21 02:54:37 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-21 02:54:37 +0000 |
commit | 17e66fd9064d502a33fc989d49d53bfa2e7ae560 (patch) | |
tree | 4ffafada63bd4bd1e72b7865e0fc8a718aaa914a | |
parent | 9419d70ea87aa18dc709a753c2756ce2ba1b3fd1 (diff) |
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)
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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/ |