GNOME Bugzilla – Bug 660304
videotestsrc: Fix mingw compiler warning
Last modified: 2011-09-27 23:09:23 UTC
Warning on 64 bit mingw-w64: videotestsrc.c: In function 'gst_video_test_src_get_size': videotestsrc.c:550:10: error: cast from pointer to integer of different size
Created attachment 197615 [details] [review] Fix warning
Thanks: commit ceea972b42dadada2b105131f79866050faf7110 Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Wed Sep 28 01:56:42 2011 +0300 videotestsrc: Fix compiler warning on 64 bit mingw-w64 Fixes bug #660304.