summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/defs.h
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/defs.h
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/defs.h')
-rw-r--r--src/3rdparty/phonon/mmf/defs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/3rdparty/phonon/mmf/defs.h b/src/3rdparty/phonon/mmf/defs.h
index 0a9a683..be8401d 100644
--- a/src/3rdparty/phonon/mmf/defs.h
+++ b/src/3rdparty/phonon/mmf/defs.h
@@ -34,10 +34,6 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
// rect, i.e. QWidget::winId()->Rect()
#define PHONON_MMF_HARD_CODE_VIDEO_RECT
-// If this is defined, show() is called on the grandparent of the widget
-// on which video will be rendered.
-#define PHONON_MMF_EXPLICITLY_SHOW_VIDEO_WIDGET
-
namespace Phonon
{
namespace MMF