summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-02-06 18:21:53 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-02-06 18:21:53 +0000
commit2150a6344600487a50fd26a5f29c836662ba5e7b (patch)
tree1f1b123ca4164cff61e8b616f7b2bd855f6fa454 /ChangeLog
parent9ed9318af7289c191035567477e7f12f5db4022e (diff)
downloadgst-plugins-bad-2150a6344600487a50fd26a5f29c836662ba5e7b.tar.gz
gst-plugins-bad-2150a6344600487a50fd26a5f29c836662ba5e7b.tar.bz2
gst-plugins-bad-2150a6344600487a50fd26a5f29c836662ba5e7b.zip
ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of "x-bz2".
Original commit message from CVS: 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".
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),