summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-07-26 15:42:18 +0000
committerBenjamin Otte <otte@gnome.org>2004-07-26 15:42:18 +0000
commit3682f26d9c925e754c838aab38483412b3233f88 (patch)
tree57844ae431485f7c9493918b033ac5e43238a6e0 /ChangeLog
parent7047695c08afd5c94d142abba47c5eed192cdfde (diff)
downloadgst-plugins-bad-3682f26d9c925e754c838aab38483412b3233f88.tar.gz
gst-plugins-bad-3682f26d9c925e754c838aab38483412b3233f88.tar.bz2
gst-plugins-bad-3682f26d9c925e754c838aab38483412b3233f88.zip
ext/lame/gstlame.c: add debugging category, add error checks like checking return values of setup calls, make sure it...
Original commit message from CVS: * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init), (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state), (plugin_init): add debugging category, add error checks like checking return values of setup calls, make sure it still works after PLAYING=>NULL=>PLAYING, fix encoding of mono streams
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7184a0ec..1e113852 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-07-26 Benjamin Otte <otte@gnome.org>
+
+ * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
+ (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
+ (plugin_init):
+ add debugging category, add error checks like checking return values
+ of setup calls, make sure it still works after
+ PLAYING=>NULL=>PLAYING, fix encoding of mono streams
+
2004-07-26 Wim Taymans <wim@fluendo.com>
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),