summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2011-07-27 13:44:37 +0100
committerQt by Nokia <qt-info@nokia.com>2011-09-26 07:21:35 +0200
commit8c29d67e67beb4b3812b8378087d4bb830365211 (patch)
treecd22ec076c0efc75a3cfc5c1deb24a0342ca290d /src
parentea4c32602d799d9e423e6b12a7b3181cba260e40 (diff)
Fixed a typo in the WMF backend which caused a compilation failure
Reviewed-by: trustme (cherry picked from commit 7eab979c41513321518d5e3cea6d142bbf4e58d9) Change-Id: I9cd5de907867ea6561c568d10c88e3bf5a701509 Reviewed-on: http://codereview.qt-project.org/5496 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/wmf/player/mfvideorenderercontrol.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/wmf/player/mfvideorenderercontrol.cpp b/src/plugins/wmf/player/mfvideorenderercontrol.cpp
index 18deb8af7..a879d0e0b 100644
--- a/src/plugins/wmf/player/mfvideorenderercontrol.cpp
+++ b/src/plugins/wmf/player/mfvideorenderercontrol.cpp
@@ -1382,8 +1382,7 @@ namespace
}
} else {
bool requestSample = true;
- // If the plugins/multimedia/wmf/player/mfstream.cpp
-time stamp is too early, just discard this sample.
+ // If the time stamp is too early, just discard this sample.
if (SUCCEEDED(hr) && time >= m_startTime) {
IMFMediaBuffer *pBuffer = NULL;
hr = pSample->ConvertToContiguousBuffer(&pBuffer);