summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/abstractmediaplayer.cpp
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-08-26 11:03:48 (GMT)
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-08-26 11:03:48 (GMT)
commit95a4f173b9ad6aa3b0009d4431bcc31e991a54d1 (patch)
treed8f4f69255de0506bfb0653f0d24429dd044cac9 /src/3rdparty/phonon/mmf/abstractmediaplayer.cpp
parent0f893c8e1147d759b81cbd9ad121d7715c333bf6 (diff)
downloadQt-95a4f173b9ad6aa3b0009d4431bcc31e991a54d1.zip
Qt-95a4f173b9ad6aa3b0009d4431bcc31e991a54d1.tar.gz
Qt-95a4f173b9ad6aa3b0009d4431bcc31e991a54d1.tar.bz2
Removed over-riding signal declaration from VideoPlayer.
This was causing the stateChanged signal not to propagate up to the Phonon client. In the case of the mediaplayer demo, this causes the app not to show() the ancestor of the VideoWidget, resulting in the layout not being updated when the clip has been loaded. This means that the hack to explicitly call show() on this ancestor from the backend has been removed. Now the layout is correctly updated, but the size of VideoOutput::winId()->Rect() is still incorrect, so the hack to hard-code the screen rectangle passed to CVideoPlayerUtility is left in place.
Diffstat (limited to 'src/3rdparty/phonon/mmf/abstractmediaplayer.cpp')
-rw-r--r--src/3rdparty/phonon/mmf/abstractmediaplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/abstractmediaplayer.cpp b/src/3rdparty/phonon/mmf/abstractmediaplayer.cpp
index 114ba13..7849d87 100644
--- a/src/3rdparty/phonon/mmf/abstractmediaplayer.cpp
+++ b/src/3rdparty/phonon/mmf/abstractmediaplayer.cpp
@@ -425,7 +425,7 @@ void MMF::AbstractMediaPlayer::changeState(PrivateState newState)
and m_playPending
)
{
- TRACE_0("Play was called while loading; starting playback now");
+ TRACE_0("play was called while loading; starting playback now");
m_playPending = false;
play();
}