After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 660304 - videotestsrc: Fix mingw compiler warning
videotestsrc: Fix mingw compiler warning
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal minor
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-27 22:56 UTC by Raimo Järvi
Modified: 2011-09-27 23:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix warning (780 bytes, patch)
2011-09-27 22:59 UTC, Raimo Järvi
committed Details | Review

Description Raimo Järvi 2011-09-27 22:56:26 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
Comment 1 Raimo Järvi 2011-09-27 22:59:58 UTC
Created attachment 197615 [details] [review]
Fix warning
Comment 2 Tim-Philipp Müller 2011-09-27 23:09:10 UTC
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.