summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-02-09 09:24:58 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-02-09 09:24:58 +0000
commitd8f5483d85ca53fb6b85c66352aaced527587c32 (patch)
tree26ea40f6b8ebe577fe2e71f6f00013d4a3c3d6d9 /ChangeLog
parent6bbee3202a6e6df043f3d441a2bf4dbc25aae3d4 (diff)
gst/avi/gstavimux.c: Explicitly cast result of pointer arithmetic to integer in order to avoid compiler warnings on s...
Original commit message from CVS: * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header): Explicitly cast result of pointer arithmetic to integer in order to avoid compiler warnings on some 64-bit systems. Should fix #406018.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed971795..2ba3c7c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
+ Explicitly cast result of pointer arithmetic to integer in order to
+ avoid compiler warnings on some 64-bit systems. Should fix #406018.
+
2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
* gst/debug/progressreport.c: