commit | e532d37cf9342abbca398e4ce671b880369d90c6 | [log] [tgz] |
---|---|---|
author | Lajos Molnar <lajos@google.com> | Fri Apr 26 16:11:45 2013 -0700 |
committer | Lajos Molnar <lajos@google.com> | Fri May 31 20:05:22 2013 +0000 |
tree | 0813324bffd8d4a8a36bf1d0d348777533801ac3 | |
parent | 41688da226e91c97ea3b2fe096044e1e5b0520bc [diff] |
stagefright: Fix port-reconfiguration & output-buffer-filled race condition Remove the invalid assumption that when a port-reconfiguration event is received, buffers cannot be downstream (waiting to be rendered). Luckily, these buffers are properly handled (freed) after they are sent to be rendered. Change-Id: I1df39c1ffc2bfb96f8b7b4ee5be07cae654f956f Signed-off-by: Lajos Molnar <lajos@google.com> Bug: 8736466