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 139002 - Compilation error
Compilation error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal critical
: 0.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-04 02:29 UTC by Malcolm Tredinnick
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Malcolm Tredinnick 2004-04-04 02:29:18 UTC
Using CVS version of GStreamer from 4 April 2004, around 0100 UTC. The file
gst/schedulers/entryscehduler.c (version 1.8 of that file) contains an error.
Compilation from CVS (so -Wall is turned on) fails on line 629 report that
'entry' might be used uninitialised. However, it seems worse than that, since
the 'entry' variable declaration on 629 shadows the 'entry' parameter passed
into schedule_forward, so line 630 is not going to work.
Comment 1 David Schleef 2004-04-04 23:35:42 UTC
This has already been fixed.