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 328957 - [mpegstream] fix build with gcc 2.95
[mpegstream] fix build with gcc 2.95
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.1
Other All
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-28 13:07 UTC by Jens Granseuer
Modified: 2006-03-01 12:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
C89 compliance (1.32 KB, patch)
2006-01-28 13:08 UTC, Jens Granseuer
committed Details | Review

Description Jens Granseuer 2006-01-28 13:07:42 UTC
More C99 initialization fixes.
Comment 1 Jens Granseuer 2006-01-28 13:08:18 UTC
Created attachment 58258 [details] [review]
C89 compliance
Comment 2 Luca Ognibene 2006-02-19 16:49:44 UTC
Seems ok but gst-plugins-ugly is frozen right now, to be committed after the release.
Comment 3 Tim-Philipp Müller 2006-03-01 12:36:17 UTC
Thanks for the patch and sorry it took us so long to get it in.

 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>

       * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_pad_added),
       (gst_mpeg_parse_handle_src_query):
         Declare variables at the beginning of a block and make
         gcc-2.9x happy (fixes #328957; patch by: Jens Granseuer).