summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2004-08-13 14:41:00 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2004-08-13 14:41:00 +0000
commit67b51c651cfa64e1085d3a6e7e88817d3b2db526 (patch)
tree5cd51ef5003d2a239995eb96d8b5ad7a602af889 /ChangeLog
parentd4568c92e6d6634ef3bb5a7d5bd93f687714a816 (diff)
ext/lame/gstlame.*: fix lame's broken vbr stuff, allow it to resample if need be, and also make xing header optional
Original commit message from CVS: 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type), (gst_lame_class_init), (gst_lame_src_getcaps), (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup): * ext/lame/gstlame.h: fix lame's broken vbr stuff, allow it to resample if need be, and also make xing header optional
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0caa1b99..eee9dd03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
+2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
+
+ * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
+ (gst_lame_class_init), (gst_lame_src_getcaps),
+ (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
+ (gst_lame_get_property), (gst_lame_setup):
+ * ext/lame/gstlame.h:
+ fix lame's broken vbr stuff, allow it to resample if need be, and also
+ make xing header optional
+
2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
- added getcaps function so samplerate doesntget fixated to silly values
+ added getcaps function so samplerate doesnt get fixated to silly values
2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>