GNOME Bugzilla – Bug 139002
Compilation error
Last modified: 2004-12-22 21:47:04 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.
This has already been fixed.