GNOME Bugzilla – Bug 105883
[BUILD]gst_bin_use_clock prototype is wrong
Last modified: 2004-12-22 21:47:04 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.
Wim, can this code be removed?
This was fixed in HEAD some time ago