commit | 1f2797004431ae214b914b159f0ed9ea83d4f763 | [log] [tgz] |
---|---|---|
author | Zhiqiang Han <zhiqiang.han@amlogic.com> | Mon Mar 18 13:55:56 2024 +0800 |
committer | Zhiqiang Han <zhiqiang.han@amlogic.com> | Mon Mar 18 14:07:14 2024 +0800 |
tree | 06b3a3a80d56bbc183dbe147f2c908187713faa2 | |
parent | 415323754c5658466ccd24955fa66e6f2c6f4515 [diff] |
playback: use mutex after release [1/1] PD#TV-112495 Problem: playback status will be set to STOP in update() procedure, stop_playback() checked the status and return, left the playback thread running(leak). Solution: stop_playback() should check the thread actcually, not only the player status. Verify: Project Change-Id: I4f7a2b1a383456f8aadc89a75257b1a245824470 Signed-off-by: Zhiqiang Han <zhiqiang.han@amlogic.com>