summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-11-18 10:02:21 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-11-19 03:19:30 (GMT)
commit5b68897c25cfab4139964df278d94a58047731ce (patch)
tree8b3f5eb74a1c0514272f9b55eb225979b8fb30b6 /doc
parentd046f7dcf06d8770ac844df702445bf94811b6fa (diff)
downloadQt-5b68897c25cfab4139964df278d94a58047731ce.zip
Qt-5b68897c25cfab4139964df278d94a58047731ce.tar.gz
Qt-5b68897c25cfab4139964df278d94a58047731ce.tar.bz2
Complement Phonon for Symbian documentation.
Reviewed-by: Gareth Stockwell (cherry picked from commit e5f0b9568e969b55d0f3a84b6fc5d5f0de8d3f1f)
Diffstat (limited to 'doc')
-rw-r--r--doc/src/platforms/platform-notes.qdoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/platforms/platform-notes.qdoc b/doc/src/platforms/platform-notes.qdoc
index 9896b08..c7477bc 100644
--- a/doc/src/platforms/platform-notes.qdoc
+++ b/doc/src/platforms/platform-notes.qdoc
@@ -416,7 +416,7 @@
\section1 Multimedia and Phonon Support
- Qt provides a backend for Qt's multimedia module, Phonon, which supports
+ Qt provides a backend for Qt's Phonon module, which supports
video and sound playback through Symbian's Multimedia Framework, MMF.
In this release the support is experimental. Video playback may have
@@ -429,7 +429,11 @@
In addition, there exists a backend for the Helix framework. However, due
to it not shipping with Qt, its availability depends on the Symbian
- platform in use. If available, it is loaded instead of the MMF plugin.
+ platform in use. If available, it is loaded in preference over the MMF
+ plugin. The Helix plugin requires Symbian signed capabilities. If the
+ application does not have those capabilities, the MMF plugin, if present on
+ the device, will be loaded instead. The capabilities the Helix backend
+ requires are AllFiles, DiskAdmin and MultimediaDD.
*/