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 340980 - [pixbuf,wavparse] fix build with gcc 2.95
[pixbuf,wavparse] fix build with gcc 2.95
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.3
Other All
: Normal normal
: 0.10.4
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-08 06:43 UTC by Jens Granseuer
Modified: 2006-05-08 10:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
gdk_pixbuf C89 fix (510 bytes, patch)
2006-05-08 06:43 UTC, Jens Granseuer
committed Details | Review
wavparse C89 fix (428 bytes, patch)
2006-05-08 06:43 UTC, Jens Granseuer
committed Details | Review

Description Jens Granseuer 2006-05-08 06:43:04 UTC
The following patches fix C89 compliance in gdk_pixbuf and wavparse.
Comment 1 Jens Granseuer 2006-05-08 06:43:31 UTC
Created attachment 64990 [details] [review]
gdk_pixbuf C89 fix
Comment 2 Jens Granseuer 2006-05-08 06:43:49 UTC
Created attachment 64991 [details] [review]
wavparse C89 fix
Comment 3 Wim Taymans 2006-05-08 10:59:32 UTC
        Patch by: Jens Granseuer <jensgr at gmx dot net>

        * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
        * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
        C89 compliance fixes. Fixes #340980