From 625a222f06d943aba5bbb14456bce9d2944ea827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 25 Apr 2008 23:22:56 +0000 Subject: ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant in most environments when using C++ and... Original commit message from CVS: * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9046c510..8377a3a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-04-26 Sebastian Dröge + + * 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 * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init), -- cgit v1.2.1