videotestsrc: Fix compiler warning on 64 bit mingw-w64
authorRaimo Järvi <raimo.jarvi@gmail.com>
Tue, 27 Sep 2011 22:56:42 +0000 (01:56 +0300)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 27 Sep 2011 23:07:36 +0000 (00:07 +0100)
Fixes bug #660304.

gst/videotestsrc/videotestsrc.c

index ecc83f8..8f7ddaf 100644 (file)
@@ -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