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 328263 - Fix build with gcc 2.95
Fix build with gcc 2.95
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.2
Other All
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-23 08:29 UTC by Jens Granseuer
Modified: 2006-01-23 10:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gcc 2 fixes (2.69 KB, patch)
2006-01-23 08:32 UTC, Jens Granseuer
none Details | Review

Description Jens Granseuer 2006-01-23 08:29:42 UTC
The following patch fixes a few C99-style variable initializations and other gcc 2.x related issues.
Comment 1 Jens Granseuer 2006-01-23 08:32:44 UTC
Created attachment 57909 [details] [review]
gcc 2 fixes
Comment 2 Andy Wingo 2006-01-23 10:13:16 UTC
Thanks!

2006-01-23  Andy Wingo  <wingo@pobox.com>

	* ext/alsa/gstalsasink.c:
	* gst-libs/gst/rtp/gstbasertpdepayload.c:
	(gst_base_rtp_depayload_setcaps),
	(gst_base_rtp_depayload_add_to_queue),
	(gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
	
	Patch by: Jens Granseuer <jensgr at gmx dot net>