summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLing Hu <ling.hu@nokia.com>2012-06-28 16:55:52 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-29 03:01:51 +0200
commit340f18d4b5b43408c501772b581088b4aba387e9 (patch)
treea386e66819c943960473e66183e51c4a2e31b02e /src
parentb0809c027c9fe2e49d37dff45aa4f03b0a4e0743 (diff)
Fixed a WMF seek bug.
Change-Id: I1f077a045dad94127e747dd3f8c8566559aef5a2 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/wmf/player/mfvideorenderercontrol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/wmf/player/mfvideorenderercontrol.cpp b/src/plugins/wmf/player/mfvideorenderercontrol.cpp
index 56228e9c3..fe5ecf9b5 100644
--- a/src/plugins/wmf/player/mfvideorenderercontrol.cpp
+++ b/src/plugins/wmf/player/mfvideorenderercontrol.cpp
@@ -987,8 +987,8 @@ namespace
enum StreamOperation
{
OpSetMediaType = 0,
- OpPreroll,
OpStart,
+ OpPreroll,
OpRestart,
OpPause,
OpStop,
@@ -1461,7 +1461,7 @@ namespace
/* Ready */ TRUE, TRUE, TRUE, FALSE, TRUE, TRUE, TRUE, FALSE, TRUE, TRUE,
- /* Start */ FALSE, TRUE, FALSE, FALSE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE,
+ /* Start */ FALSE, TRUE, TRUE, FALSE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE,
/* Pause */ FALSE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE,