summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-03-21 02:54:37 +0000
committerBenjamin Otte <otte@gnome.org>2004-03-21 02:54:37 +0000
commit17e66fd9064d502a33fc989d49d53bfa2e7ae560 (patch)
tree4ffafada63bd4bd1e72b7865e0fc8a718aaa914a
parent9419d70ea87aa18dc709a753c2756ce2ba1b3fd1 (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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2316b43c..df982d82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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/