diff options
author | Andy Wingo <wingo@pobox.com> | 2006-02-06 09:40:09 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2006-02-06 09:40:09 +0000 |
commit | 024ed9899da4fb70719b7177a5d29b40a2d09a79 (patch) | |
tree | 20147e9d214096ca403f2c8136270542e0d9f478 /ChangeLog | |
parent | fdde7f240ffe1db0b7decfcde325581977374d8b (diff) | |
download | gst-plugins-bad-024ed9899da4fb70719b7177a5d29b40a2d09a79.tar.gz gst-plugins-bad-024ed9899da4fb70719b7177a5d29b40a2d09a79.tar.bz2 gst-plugins-bad-024ed9899da4fb70719b7177a5d29b40a2d09a79.zip |
Hook it up.
Original commit message from CVS:
2006-02-05 Lutz Mueller <lutz@topfrose.de>
reviewed by: Andy Wingo <wingo@pobox.com>
* configure.ac:
* ext/Makefile.am: Hook it up.
* ext/bz2/gstbz2.c:
* ext/bz2/gstbz2dec.h:
* ext/bz2/gstbz2dec.c:
* ext/bz2/gstbz2enc.h:
* ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
decoding (#303167).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2006-02-05 Lutz Mueller <lutz@topfrose.de> + + reviewed by: Andy Wingo <wingo@pobox.com> + + * configure.ac: + * ext/Makefile.am: Hook it up. + * ext/bz2/gstbz2.c: + * ext/bz2/gstbz2dec.h: + * ext/bz2/gstbz2dec.c: + * ext/bz2/gstbz2enc.h: + * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and + decoding (#303167). + 2006-01-30 Andy Wingo <wingo@pobox.com> * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) |