summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab576c7d..cecd6e5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-02-06 Lutz Mueller <lutz@topfrose.de>
+
+ Reviewed by: Edward Hervey <edward@fluendo.com>
+
+ * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
+ "x-bz2".
+ * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
+ caps are "ANY".
+ (gst_bz2dec_chain): Configure the source pad if we can figure out
+ the mime type of the decompressed data.
+ (gst_bz2dec_[get,set]_property):
+ (gst_bz2dec_class_init: New property "first_buffer_size".
+
+
2006-02-06 Wim Taymans <wim@fluendo.com>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),