summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9046c510..8377a3a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-04-26 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/mpeg2enc/gstmpeg2enc.cc:
+ * ext/soundtouch/gstbpmdetect.cc:
+ Cast NULL sentinels to void * as NULL is defined as an integer
+ constant in most environments when using C++ and it's size might
+ be different from a pointer.
+
2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
* gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),