summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-06-14 10:58:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-06-14 10:58:27 +0000
commit9fee891aa0d280d8a8b37b158e51bdbeceb66710 (patch)
tree2f6ebc6deb99934eb01615730ae018c869b034c8
parent4933e56c19a852be958bcd154c53383ba7cd6060 (diff)
downloadgstreamer-plugins-bad-9fee891aa0d280d8a8b37b158e51bdbeceb66710.tar.gz
sync mp3 caps
Original commit message from CVS: sync mp3 caps
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd56fa792..967998c77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
+ * ext/lame/gstlame.c:
+ * ext/mad/gstmad.c:
+ sync caps. Make sure mad can only output a list of rates, not
+ a full range. In the future, have three caps lists for each of the
+ mpeg versions. Change mpegversion to a double as well.
+
+2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
+
* gst/volume/.cvsignore:
* gst/volume/Makefile.am:
* gst/volume/demo.c: (value_changed_callback), (idler),