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 105883 - [BUILD]gst_bin_use_clock prototype is wrong
[BUILD]gst_bin_use_clock prototype is wrong
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other opensolaris
: Normal critical
: 0.6.x
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-02-12 15:27 UTC by Brian Cameron
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brian Cameron 2003-02-12 15:27:54 UTC
In gst/gstbin.c the function gst_bin_use_clock is defined to be void,
but the code in the function returns a value.  This causes the code
to not compile with Forte, so it is a serious problem.  It doesn't seem
that any code actually calls gst_bin_use_clock.  It's only call is in 
gst/autoplug/spidertest.c, but it is commented out.  and the commented
code isn't trying to access a return value.
Comment 1 Christian Fredrik Kalager Schaller 2003-02-24 12:14:50 UTC
Wim, can this code be removed?
Comment 2 Wim Taymans 2003-02-24 19:52:59 UTC
This was fixed in HEAD some time ago