diff options
author | Lutz Müller <lutz@topfrose.de> | 2006-05-28 17:08:17 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-28 17:08:17 +0000 |
commit | 5956f87dd82fec00b197fc6c106c28218250a52b (patch) | |
tree | 3908875880b88fc9b701baea2cb485926ea7e3a2 /ChangeLog | |
parent | e7cfdce6ce12271a7d961d79a060b0f9253a2b19 (diff) | |
download | gst-plugins-bad-5956f87dd82fec00b197fc6c106c28218250a52b.tar.gz gst-plugins-bad-5956f87dd82fec00b197fc6c106c28218250a52b.tar.bz2 gst-plugins-bad-5956f87dd82fec00b197fc6c106c28218250a52b.zip |
ext/bz2/: Use gst_type_find_helper_* functions for typefinding; use correct caps with gst_pad_alloc_buffer(); add sta...
Original commit message from CVS:
Patch by: Lutz Müller <lutz at topfrose de>
* ext/bz2/Makefile.am:
* ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
(gst_bz2dec_change_state), (gst_bz2dec_class_init):
Use gst_type_find_helper_* functions for typefinding; use
correct caps with gst_pad_alloc_buffer(); add state change
function and reset decoder in it; don't unref buffer if
pad_push fails; use fixed caps on source pad. (#341524).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-05-28 Tim-Philipp Müller <tim at centricular dot net> + + Patch by: Lutz Müller <lutz at topfrose de> + + * ext/bz2/Makefile.am: + * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init), + (gst_bz2dec_change_state), (gst_bz2dec_class_init): + Use gst_type_find_helper_* functions for typefinding; use + correct caps with gst_pad_alloc_buffer(); add state change + function and reset decoder in it; don't unref buffer if + pad_push fails; use fixed caps on source pad. (#341524). + 2006-05-27 Stefan Kost <ensonic@users.sf.net> * gst/spectrum/Makefile.am: |