GNOME Bugzilla – Bug 335828
Patch required to compile gst-plugins-good on FC5
Last modified: 2006-03-24 12:28:22 UTC
Due to the extra checks that Fedora has enabled for compiling rpms gst-plugins-good doesn't compile due to warnings about unused variables. Here is a simple patch that basically removes these variables. Not sure if its the best way but it allows me to compile it on FC5. (will attach patch).
Created attachment 61910 [details] [review] Patch to removed unsed values
gcc-4.1 will complain about unused return values here (not variables) because it's stupid ;) You can't remove those _ref() calls, that would be fatal. Just compile without -Werror (or whatever is used in this case). The issue is fixed in GStreamer core CVS. *** This bug has been marked as a duplicate of 325599 ***
OK, is there going to be a release at some stage soon to get this out there?