author | zecke <zecke> | 2004-09-24 16:09:07 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-09-24 16:09:07 (UTC) |
commit | 3bf8b28cd9b40ba1d0981379179af51832203821 (patch) (unidiff) | |
tree | 2993f9e3c8b6bbf77933048e01ccd753552c28b4 | |
parent | 30c0cbc144ac1c1249ea699aa187eef4f1cd9703 (diff) | |
download | opie-3bf8b28cd9b40ba1d0981379179af51832203821.zip opie-3bf8b28cd9b40ba1d0981379179af51832203821.tar.gz opie-3bf8b28cd9b40ba1d0981379179af51832203821.tar.bz2 |
Add TODO items for OpiePlayer
-rw-r--r-- | noncore/multimedia/opieplayer2/TODO | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/TODO b/noncore/multimedia/opieplayer2/TODO new file mode 100644 index 0000000..3f34a5c --- a/dev/null +++ b/noncore/multimedia/opieplayer2/TODO | |||
@@ -0,0 +1,18 @@ | |||
1 | -Test the memcpy version for rotated screen | ||
2 | -Make error handling non-modal, sum up the errors | ||
3 | and continue playing. Inform the user that an error | ||
4 | has happened via the Global::statusMessage. | ||
5 | This requires hacking on the MediaPlayerState | ||
6 | |||
7 | -Sometimes it seems when Skins is not yet initialized there | ||
8 | is some sort of race with MediaPlayerState. | ||
9 | If the user asks to play MediaPlayerState::setPlaying(true) and | ||
10 | then somewhere setPlaying(false) is triggered | ||
11 | |||
12 | -Sometimes after an Error we're trapped in a loop of errors on | ||
13 | 'good' files | ||
14 | |||
15 | |||
16 | |||
17 | |||
18 | |||