]> code.delx.au - pulseaudio/commit
bluetooth: Fix timing to count based on decoded data
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 26 Jan 2014 14:14:39 +0000 (01:14 +1100)
committerTanu Kaskinen <tanuk@iki.fi>
Mon, 3 Mar 2014 16:06:21 +0000 (18:06 +0200)
commit3f21c216282098e0aaaa3c80cad1479e4f32937a
tree2c909ce8808d0219e15e65eb15eb55a3ca8e5635
parent4a5f48e7a42f997793db76e2001b7c252f8d93fe
bluetooth: Fix timing to count based on decoded data

Currently the latency information is being updated based on the encoded
SBC data instead of the decoded PCM data. Fixing this required moving
the timing update to be after the packet has been decoded.
src/modules/bluetooth/module-bluez4-device.c
src/modules/bluetooth/module-bluez5-device.c