From a48bb4f8f2d1b417074c2005b09b8421fb3e3534 Mon Sep 17 00:00:00 2001 From: Sébastien Moutte Date: Sun, 9 Apr 2006 17:31:37 +0000 Subject: gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constants Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip): use G_GINT64_CONSTANT for INT64 constants * gst/videofilter/gstvideobalance.c: define rint for WIN32 #define rint(x) (floor((x)+0.5)) * win32/vs6/libgstavi.dsp: add missing libraries for the link and remove avimux.c from the project as it isn't ported to 0.10 yet --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5e068b4f..37e4cfb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-04-09 Sebastien Moutte + + * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip): + use G_GINT64_CONSTANT for INT64 constants + * gst/videofilter/gstvideobalance.c: + define rint for WIN32 #define rint(x) (floor((x)+0.5)) + * win32/vs6/libgstavi.dsp: + add missing libraries for the link and remove avimux.c from + the project as it isn't ported to 0.10 yet + 2006-04-09 Tim-Philipp Müller * gst/matroska/ebml-read.c: (gst_ebml_read_sint): -- cgit