summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-12-24 15:12:56 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-12-24 15:12:56 +0000
commite6065635a42fcdd9ccf19a3e9731413c2f0a2fcb (patch)
tree7aec869bb0c522d5afa94622b300bdf2cd065d62
parent356fde967b46571358314ff4bd999d7d71b47720 (diff)
downloadgst-plugins-bad-e6065635a42fcdd9ccf19a3e9731413c2f0a2fcb.tar.gz
gst-plugins-bad-e6065635a42fcdd9ccf19a3e9731413c2f0a2fcb.tar.bz2
gst-plugins-bad-e6065635a42fcdd9ccf19a3e9731413c2f0a2fcb.zip
fix for glib < 2.4
Original commit message from CVS: fix for glib < 2.4
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8618aa73..59a95f36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
+ * gst/audioconvert/gstchannelmix.c:
+ fix for GLIB < 2.4
+
+2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
+
* Makefile.am:
* configure.ac:
disable docs again until it actually passes make distcheck.