videotestsrc: Fix compiler warning on 64 bit mingw-w64
Fixes bug #660304.
This commit is contained in:
parent
c0956342b2
commit
ceea972b42
@ -547,7 +547,7 @@ gst_video_test_src_get_size (GstVideoTestSrc * v, int w, int h)
|
|||||||
|
|
||||||
fourcc->paint_setup (p, NULL);
|
fourcc->paint_setup (p, NULL);
|
||||||
|
|
||||||
return (unsigned long) p->endptr;
|
return (guintptr) p->endptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define SCALEBITS 10
|
#define SCALEBITS 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user