diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-09-30 17:09:33 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-09-30 17:09:33 (GMT) |
commit | a9ce15528130e78b22e51e7fe9d24eff382ad337 (patch) | |
tree | 0a4eb135b48e9d676fa35966a39244a741a69924 /src/3rdparty/phonon/mmf/mmf_videoplayer.h | |
parent | 526aaab0ff8a1f4b878c224d54d11e565d345996 (diff) | |
download | Qt-a9ce15528130e78b22e51e7fe9d24eff382ad337.zip Qt-a9ce15528130e78b22e51e7fe9d24eff382ad337.tar.gz Qt-a9ce15528130e78b22e51e7fe9d24eff382ad337.tar.bz2 |
Removed dummy VideoOutput instance.
This is part of an attempt to get the draggablevideo test app working on Symbian. Use of the dummy video output object causes a top-level window to be created, which was suspected of being the reason why video is not visible. This is not the case - for some reason, when the VideoOutput window is activated, it is still marked as 'hidden' by the window server (CWsClientWindow::ResetHiddenFlag, triggered from CCoeControl::ActivateL).
Diffstat (limited to 'src/3rdparty/phonon/mmf/mmf_videoplayer.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/mmf_videoplayer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/mmf_videoplayer.h b/src/3rdparty/phonon/mmf/mmf_videoplayer.h index a805135..ee3650a 100644 --- a/src/3rdparty/phonon/mmf/mmf_videoplayer.h +++ b/src/3rdparty/phonon/mmf/mmf_videoplayer.h @@ -75,7 +75,6 @@ public: private: void construct(); - VideoOutput& videoOutput(); void doPrepareCompleteL(TInt aError); @@ -87,7 +86,6 @@ private: private: QScopedPointer<CVideoPlayerUtility> m_player; - QScopedPointer<VideoOutput> m_dummyVideoOutput; // Not owned RWsSession* m_wsSession; |