GNOME Bugzilla – Bug 754144
level: regression for channels > 1
Last modified: 2015-08-31 11:58:11 UTC
Created attachment 310064 [details] [review] fix block advance After processing a block we only advance by block*bps, instead of block*bps*channels. This causes bad results for audio with channels>1. This was broken with 7b90bf32150897a141a29a12ecab555d8c5b7fab.
FYI: I also have a patch for the unit-tests. Will push that once git is open again.
Stefan, get it in now :)
commit 22443b2eed18557dab14fa4fc2abb5e6710d590b Author: Stefan Sauer <ensonic@users.sf.net> Date: Mon Aug 31 13:56:04 2015 +0200 level: improve the test for multi-channel mode Change the test to verify the read-index for multiple messages per buffer. See https://bugzilla.gnome.org/show_bug.cgi?id=754144