From 340f18d4b5b43408c501772b581088b4aba387e9 Mon Sep 17 00:00:00 2001 From: Ling Hu Date: Thu, 28 Jun 2012 16:55:52 +1000 Subject: [PATCH] Fixed a WMF seek bug. Change-Id: I1f077a045dad94127e747dd3f8c8566559aef5a2 Reviewed-by: Michael Goddard --- src/plugins/wmf/player/mfvideorenderercontrol.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/wmf/player/mfvideorenderercontrol.cpp b/src/plugins/wmf/player/mfvideorenderercontrol.cpp index 56228e9..fe5ecf9 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, -- 2.7.4