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 151879 - [PATCH] fix bad pointer casts in xvimagesink.c
[PATCH] fix bad pointer casts in xvimagesink.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-05 04:18 UTC by Nathan Robertson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change (int) casts to GPOINTER_TO_INT() (1.03 KB, patch)
2004-09-05 04:20 UTC, Nathan Robertson
none Details | Review

Description Nathan Robertson 2004-09-05 04:18:39 UTC
Another amd64 patch, where casting to an integer is done by an explicit (int)
cast, not using GPOINTER_TO_INT(), causing headaches for those compiling with
-Werror on amd64 platforms.

Patch attached in a follow-up
Comment 1 Nathan Robertson 2004-09-05 04:20:02 UTC
Created attachment 31283 [details] [review]
Change (int) casts to GPOINTER_TO_INT()
Comment 2 David Schleef 2004-09-10 18:32:14 UTC
Same.  Fixed.