summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2006-02-06 09:40:09 +0000
committerAndy Wingo <wingo@pobox.com>2006-02-06 09:40:09 +0000
commit024ed9899da4fb70719b7177a5d29b40a2d09a79 (patch)
tree20147e9d214096ca403f2c8136270542e0d9f478 /ChangeLog
parentfdde7f240ffe1db0b7decfcde325581977374d8b (diff)
downloadgst-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c04933c8..3e75f5b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)