From 2150a6344600487a50fd26a5f29c836662ba5e7b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 6 Feb 2006 18:21:53 +0000 Subject: ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of "x-bz2". Original commit message from CVS: Reviewed by: Edward Hervey * 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". --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ab576c7d..cecd6e5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-02-06 Lutz Mueller + + Reviewed by: Edward Hervey + + * 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 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query), -- cgit v1.2.1