]> code.delx.au - pulseaudio/commit
sink-input: Avoid fake rewind in corked state
authorWang Xingchao <xingchao.wang@intel.com>
Sat, 13 Aug 2011 11:55:06 +0000 (13:55 +0200)
committerColin Guthrie <colin@mageia.org>
Mon, 15 Aug 2011 08:41:55 +0000 (09:41 +0100)
commit2f55da5baa0323af76510fd07c540f6dafcf1ac0
treea935829f902c5fb975def212fff69d6bbce6fdab
parent50b420aebd876557a64f9015e1197e7d12201f5f
sink-input: Avoid fake rewind in corked state

sink_input_request_rewind() does nothing if we are in the corked state.
Thus do not set the new state untill we have issued the rewind request.
src/pulsecore/sink-input.c