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 383195 - [cddabasesrc,basertpaudiopayload] compile errors with gcc 2.95
[cddabasesrc,basertpaudiopayload] compile errors with gcc 2.95
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other All
: Normal normal
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 405001 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-12-06 23:06 UTC by Jens Granseuer
Modified: 2007-02-06 15:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
C89 fixes (2.25 KB, patch)
2006-12-06 23:07 UTC, Jens Granseuer
committed Details | Review

Description Jens Granseuer 2006-12-06 23:06:55 UTC
The following patch fixes compilation of gst-plugins-base 0.10.11 with older compilers like gcc 2.95

(filing against 0.10.x since 0.10.11 is not yet available in bz)
Comment 1 Jens Granseuer 2006-12-06 23:07:30 UTC
Created attachment 77863 [details] [review]
C89 fixes
Comment 2 Tim-Philipp Müller 2006-12-09 15:13:55 UTC
Thanks, committed (found another one in v4lsrc):

 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Jens Granseuer <jensgr at gmx net>

        * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
        * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
        (gst_base_rtp_audio_payload_handle_frame_based_buffer),
        (gst_base_rtp_audio_payload_handle_sample_based_buffer):
        * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
          Declare variables at the beginning of a block. Fixes #383195.

Comment 3 Tim-Philipp Müller 2007-02-06 15:12:56 UTC
*** Bug 405001 has been marked as a duplicate of this bug. ***