GNOME Bugzilla – Bug 383195
[cddabasesrc,basertpaudiopayload] compile errors with gcc 2.95
Last modified: 2007-02-06 15:12:56 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)
Created attachment 77863 [details] [review] C89 fixes
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.
*** Bug 405001 has been marked as a duplicate of this bug. ***