commit | 9d480895956632ab388c7ee62d9f902910a198fb | [log] [tgz] |
---|---|---|
author | Lajos Molnar <lajos@google.com> | Wed Sep 11 22:10:01 2013 -0700 |
committer | Lajos Molnar <lajos@google.com> | Thu Sep 12 15:35:31 2013 -0700 |
tree | f16d3ca500f10508e6adffa6aeade34cd18b635c | |
parent | 737d2c0b92b69d9069de6fe0e2785676b9a10d78 [diff] |
Fix CalledFromWrongThreadException in MediaPlayer's subtitle support Call selectTrack/setSubtitleWidget only from MP's looper or the applications's event thread, which is the same for now (we only support subtitles in VideoView.) Change-Id: Ic1de923b801f28657f37e0330b95c321931a6960 Signed-off-by: Lajos Molnar <lajos@google.com> Bug: 10691837 Bug: 10326117