commit | 335d3d98594e84230a423594e7039a5f3dc4cac7 | [log] [tgz] |
---|---|---|
author | Ram Mohan M <ram.mohan@ittiam.com> | Thu Jun 22 18:18:51 2017 +0530 |
committer | Pawin Vongmasa <pawin@google.com> | Tue Jun 27 03:54:42 2017 -0700 |
tree | 5801854fbcf3942eec0a64c089c7dbd5f04d4877 | |
parent | 99d23a09f13530ad56baba33caf8d72217b2f36a [diff] |
bug fix: handle portReconfiguration in testEOS() When CSD and sync frame are sent together, component parses the CSD and allocates buffers internal to the codec and decodes the frame sent and port reconfiguration event is sent to the client. Now if this is the only frame in the sequence, the client reaches testEOS(). But port reconfiguration is not handled here. This is corrected. bug: 62930419 Change-Id: Ic0c7625e3c2b415330f37734663f0cf7689e8734