summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/audioplayer.cpp
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-08-21 11:58:45 (GMT)
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-08-21 11:58:45 (GMT)
commit0761ebabf9f3cf6c968f4ce86e31c323dc8fe9c8 (patch)
tree2ad21f1f9e0578fe3db689f0190074402278ca41 /src/3rdparty/phonon/mmf/audioplayer.cpp
parent3f39d630d3dcc161c4a85127129274ca7ea857a2 (diff)
downloadQt-0761ebabf9f3cf6c968f4ce86e31c323dc8fe9c8.zip
Qt-0761ebabf9f3cf6c968f4ce86e31c323dc8fe9c8.tar.gz
Qt-0761ebabf9f3cf6c968f4ce86e31c323dc8fe9c8.tar.bz2
Implemented connection between MediaOutput and VideoWidget
Video is still not visible; need to debug the initialization of the VideoOutput object to determine whether DSA is being aborted.
Diffstat (limited to 'src/3rdparty/phonon/mmf/audioplayer.cpp')
-rw-r--r--src/3rdparty/phonon/mmf/audioplayer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/audioplayer.cpp b/src/3rdparty/phonon/mmf/audioplayer.cpp
index 67ed7a5..d4ae1a8 100644
--- a/src/3rdparty/phonon/mmf/audioplayer.cpp
+++ b/src/3rdparty/phonon/mmf/audioplayer.cpp
@@ -45,7 +45,8 @@ void MMF::AudioPlayer::construct()
TRACE_CONTEXT(AudioPlayer::AudioPlayer, EAudioApi);
TRACE_ENTRY_0();
- // TODO: is this the correct way to handle errors in constructing Symbian objects?
+ // TODO: is this the correct way to handle errors which occur when
+ // creating a Symbian object in the constructor of a Qt object?
TRAPD(err, m_player = CPlayerType::NewL(*this, 0, EMdaPriorityPreferenceNone));
if(KErrNone != err)
{