diff -r b72c6db6890b -r 5dc02b23752f src/3rdparty/phonon/gstreamer/x11renderer.cpp --- a/src/3rdparty/phonon/gstreamer/x11renderer.cpp Wed Jun 23 19:07:03 2010 +0300 +++ b/src/3rdparty/phonon/gstreamer/x11renderer.cpp Tue Jul 06 15:10:48 2010 +0300 @@ -90,7 +90,7 @@ gst_object_unref(GST_OBJECT(videoSink)); videoSink = 0; } else { - // Note that this should not really be neccessary as these are + // Note that this should not really be necessary as these are // default values, though under certain conditions values are retained // even between application instances. (reproducible on 0.10.16/Gutsy) g_object_set(G_OBJECT(videoSink), "brightness", 0, (const char*)NULL); @@ -138,6 +138,7 @@ void X11Renderer::movieSizeChanged(const QSize &movieSize) { Q_UNUSED(movieSize); + if (m_renderWidget) { m_renderWidget->setGeometry(m_videoWidget->calculateDrawFrameRect()); }