videotestsrc: Fix compiler warning on 64 bit mingw-w64

Fixes bug #660304.
This commit is contained in:
Raimo Järvi 2011-09-28 01:56:42 +03:00 committed by Tim-Philipp Müller
parent c0956342b2
commit ceea972b42

View 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