summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/ds9/videorenderer_soft.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-08-24 11:53:58 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-08-24 12:41:41 (GMT)
commit5253fce55b1c09051635969661e5576f1bdb2b5b (patch)
tree1bf52abe3a66c9836e46fbb1f17f43a964076028 /src/3rdparty/phonon/ds9/videorenderer_soft.cpp
parent262cc0fa04b4e666551fe2051ef83a4913129d10 (diff)
downloadQt-5253fce55b1c09051635969661e5576f1bdb2b5b.zip
Qt-5253fce55b1c09051635969661e5576f1bdb2b5b.tar.gz
Qt-5253fce55b1c09051635969661e5576f1bdb2b5b.tar.bz2
Phonon/ds9: refactor to prepare some improvements in the usage of mutex
Diffstat (limited to 'src/3rdparty/phonon/ds9/videorenderer_soft.cpp')
-rw-r--r--src/3rdparty/phonon/ds9/videorenderer_soft.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/ds9/videorenderer_soft.cpp b/src/3rdparty/phonon/ds9/videorenderer_soft.cpp
index cf5ce96..82d6235 100644
--- a/src/3rdparty/phonon/ds9/videorenderer_soft.cpp
+++ b/src/3rdparty/phonon/ds9/videorenderer_soft.cpp
@@ -365,7 +365,7 @@ namespace Phonon
{
public:
VideoRendererSoftPin(VideoRendererSoftFilter *parent) :
- QMemInputPin(parent, videoMediaTypes(), false /*no transformation of the samples*/),
+ QMemInputPin(parent, videoMediaTypes(), false /*no transformation of the samples*/, 0),
m_renderer(parent)
{
}