diff options
author | Sébastien Moutte <sebastien@moutte.net> | 2006-04-09 17:31:37 +0000 |
---|---|---|
committer | Sébastien Moutte <sebastien@moutte.net> | 2006-04-09 17:31:37 +0000 |
commit | a48bb4f8f2d1b417074c2005b09b8421fb3e3534 (patch) | |
tree | 853bdf5494b732b8975a784717e2cd752b2dd612 /ChangeLog | |
parent | f66a4fbe55c65cdcee436403dfed3831c46ba4a4 (diff) |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-04-09 Sebastien Moutte <sebastien@moutte.net> + + * 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 <tim at centricular dot net> * gst/matroska/ebml-read.c: (gst_ebml_read_sint): |