Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=788717 Guido <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Guido <[email protected]> 2012-05-02 15:58:54 EDT --- From zita convolver README: 6. The Convproc::start_process() function. As is version 2.0 this call takes two arguments, a thread priority and a thread scheduling class. In 2.0 the second defaulted to SCHED_FIFO. In version 3.0 you have to supply both arguments. If you are using a Convproc in 'batch mode' (see above) just use zero for both. In all other cases, the priority and scheduling class values _must_ be those of the thread that will be calling Convproc::process(), and the scheduling class _must_ be a real-time one (FIFO or RR). If this is not observed things may appear to work but will fail sooner or later. This is why I patched lv2-ir the way described in https://bugzilla.redhat.com/show_bug.cgi?id=814915 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
