summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-07-04 14:02:46 +0000
committerAndy Wingo <wingo@pobox.com>2005-07-04 14:02:46 +0000
commit77a7c4c8fbc7a9fb59039c0f9469923dd651c009 (patch)
tree243e22219ac7b5c902681a70a40f5d7d9704b781 /ChangeLog
parentd0516df78a67006fca5cd20295e6237d81470196 (diff)
examples/level/: Examples moved out of the source dir. Not updated tho.
Original commit message from CVS: 2005-07-04 Andy Wingo <wingo@pobox.com> * examples/level/: * examples/level/Makefile.am: * examples/level/README: * examples/level/demo.c: * examples/level/plot.c: Examples moved out of the source dir. Not updated tho. * configure.ac: Add level to the build. * gst/level/Makefile.am: * gst/level/gstlevel.h: * gst/level/gstlevel.c: Cleaned up, ported to 0.9.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ed79866..b07e938d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,19 @@
2005-07-04 Andy Wingo <wingo@pobox.com>
+ * examples/level/:
+ * examples/level/Makefile.am:
+ * examples/level/README:
+ * examples/level/demo.c:
+ * examples/level/plot.c: Examples moved out of the source dir. Not
+ updated tho.
+
+ * configure.ac: Add level to the build.
+
+ * gst/level/Makefile.am:
+ * gst/level/gstlevel.h:
+ * gst/level/gstlevel.c: Cleaned up, ported to 0.9.
+
* ext/aalib/gstaasink.c (gst_aasink_fixate): Update for newer
fixate prototype.