summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-09-29 08:46:01 (GMT)
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-09-29 08:46:01 (GMT)
commitb351f83fd55250d2e2e4beb38fbb427e0a7c8258 (patch)
tree046805281623187009e2fb335b5e0cdd15c7bfb9 /src/3rdparty/phonon/mmf
parent1ff83d2b44fe07d1bc6b243fad270dfa7d860dc7 (diff)
downloadQt-b351f83fd55250d2e2e4beb38fbb427e0a7c8258.zip
Qt-b351f83fd55250d2e2e4beb38fbb427e0a7c8258.tar.gz
Qt-b351f83fd55250d2e2e4beb38fbb427e0a7c8258.tar.bz2
Updated TODO list
Diffstat (limited to 'src/3rdparty/phonon/mmf')
-rw-r--r--src/3rdparty/phonon/mmf/TODO.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/TODO.txt b/src/3rdparty/phonon/mmf/TODO.txt
index 2c13632..ba15897 100644
--- a/src/3rdparty/phonon/mmf/TODO.txt
+++ b/src/3rdparty/phonon/mmf/TODO.txt
@@ -3,8 +3,16 @@ TODO list for MMF Phonon backend
The following items are in rough order of priority.
+* Seeking does not work for video playback
+Do we need to pause/stop the CVideoPlayerUtility before calling SetPositionL? This is inconsistent with CMdaAudioPlayerUtility, but may be necessary - needs to be tested on target.
+
+* Activating full-screen video playback in qmediaplayer causes the app to crash
+This may be symptomatic of more general problems with re-sizing / re-positioning video while playing.
+
* Implement audio effects
+* Support for playing "file:" URLs
+
* Support for network streaming playback
The main question here is how best to implement the MIME type detection for streams. The OpenUrlL functions only take a URL, whereas the corresponding OpenFileL functions have overloads for filenames and for open RFile handles. This is because files support random access whereas streams do not. A naieve approach to MIME type detection for streams is as follows; is there a more efficient approach?
1. Open network connection