summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-03-02 10:47:26 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-03-02 10:47:26 +0000
commit2cdfc8fbf421c04894a70597eadabdb928c0f75b (patch)
treee5aa05cf3f19e590a0e5acfd7558425f0408385f /ChangeLog
parent65c700b9dd2dc86ebe9a02669ea349d7d8ad3aad (diff)
downloadgst-plugins-bad-2cdfc8fbf421c04894a70597eadabdb928c0f75b.tar.gz
gst-plugins-bad-2cdfc8fbf421c04894a70597eadabdb928c0f75b.tar.bz2
gst-plugins-bad-2cdfc8fbf421c04894a70597eadabdb928c0f75b.zip
Use GINT_TO_POINTER and GPOINTER_TO_INT macros instead of direct casts; fixes build on AMD64. (fixes #168885)
Original commit message from CVS: Use GINT_TO_POINTER and GPOINTER_TO_INT macros instead of direct casts; fixes build on AMD64. (fixes #168885)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3ad1aab..14337de5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-03-02 James Henstridge <james@jamesh.id.au>
+
+ Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer),
+ (rfb_socket_send_buffer), (rfb_decoder_use_file_descriptor):
+ Use GINT_TO_POINTER and GPOINTER_TO_INT macros instead of
+ direct casts; fixes build on AMD64. (fixes #168885)
+
2005-03-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst-libs/gst/resample/resample.c: (gst_resample_scale):