From ceea972b42dadada2b105131f79866050faf7110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimo=20J=C3=A4rvi?= Date: Wed, 28 Sep 2011 01:56:42 +0300 Subject: [PATCH] videotestsrc: Fix compiler warning on 64 bit mingw-w64 Fixes bug #660304. --- gst/videotestsrc/videotestsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videotestsrc/videotestsrc.c b/gst/videotestsrc/videotestsrc.c index ecc83f88b4..8f7ddaff21 100644 --- a/gst/videotestsrc/videotestsrc.c +++ b/gst/videotestsrc/videotestsrc.c @@ -547,7 +547,7 @@ gst_video_test_src_get_size (GstVideoTestSrc * v, int w, int h) fourcc->paint_setup (p, NULL); - return (unsigned long) p->endptr; + return (guintptr) p->endptr; } #define SCALEBITS 10