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