commit | cdb1173837ba6e7ebfc4859b2e3f69f1a24a9da5 | [log] [tgz] |
---|---|---|
author | Arun Menon <avmenon@codeaurora.org> | Sun May 12 12:37:59 2013 -0700 |
committer | Arun Menon <avmenon@codeaurora.org> | Wed May 15 12:24:21 2013 -0700 |
tree | 55a28f75a74780ed552a404be48aacc8d3e2e3e8 | |
parent | 9f09caefb90bd2bad425e5b44f1edf0637dc496d [diff] |
mm-video: vdec: post fbd_sem after pushing fbd to queue In certain flush-sleep-pause-resume scenarios, fbd_thread ends up waiting on a empty semaphore fbd_sem, after EOS is reached i.e. there will be no more posts on fbd_sem. This results in the test app being stuck infinitely on the semaphore. CRs-fixed: 486616 Change-Id: I6b27bb41a6b7778fccd779dcaafdaeb4ea541206