summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2004-12-01 20:07:24 +0000
committerChristophe Fergeau <teuf@gnome.org>2004-12-01 20:07:24 +0000
commit35a2c36ec4769b1cacfa188ebcebc2592cbba5f5 (patch)
tree5ea92a5982c0192418027e4a9b7fdf8f6ccfa3ff
parent7ebc39d5b580a53cd6c21058052ef6e1aaef72ed (diff)
downloadgstreamer-plugins-bad-35a2c36ec4769b1cacfa188ebcebc2592cbba5f5.tar.gz
ext/mad/gstmad.c: fix xing header detection on mono and stereo mp3 files.
Original commit message from CVS: 2004-12-01 Christophe Fergeau <teuf@gnome.org> * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header detection on mono and stereo mp3 files.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9260148e..64ac54f39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-01 Christophe Fergeau <teuf@gnome.org>
+
+ * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
+ detection on mono and stereo mp3 files.
+
2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):