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 660301 - playbin2: Fix mingw compiler warnings
playbin2: Fix mingw compiler warnings
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:35 UTC by Raimo Järvi
Modified: 2011-09-27 22:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix warnings (1.42 KB, patch)
2011-09-27 22:37 UTC, Raimo Järvi
committed Details | Review

Description Raimo Järvi 2011-09-27 22:35:14 UTC
Warnings on 64 bit mingw-w64:

gstplaybin2.c: In function 'pad_added_cb':
gstplaybin2.c:2610:11: error: cast to pointer from integer of different size
gstplaybin2.c: In function 'pad_removed_cb':
gstplaybin2.c:2712:9: error: cast from pointer to integer of different size
Comment 1 Raimo Järvi 2011-09-27 22:37:14 UTC
Created attachment 197614 [details] [review]
Fix warnings
Comment 2 Tim-Philipp Müller 2011-09-27 22:57:07 UTC
Thanks:

 commit c0956342b2a3f6c71a69344e0921034e321a47d0
 Author: Raimo Järvi <raimo.jarvi@gmail.com>
 Date:   Wed Sep 28 01:11:30 2011 +0300

    playbin2: Fix compiler warnings on 64 bit mingw-w64
    
    Fixes bug #660301.