ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of "x-bz2".
authorEdward Hervey <bilboed@bilboed.com>
Mon, 6 Feb 2006 18:21:53 +0000 (18:21 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 6 Feb 2006 18:21:53 +0000 (18:21 +0000)
commit2150a6344600487a50fd26a5f29c836662ba5e7b
tree1f1b123ca4164cff61e8b616f7b2bd855f6fa454
parent9ed9318af7289c191035567477e7f12f5db4022e
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".
ChangeLog
ext/bz2/gstbz2dec.c
ext/bz2/gstbz2enc.c