Fixed a WMF seek bug.

Change-Id: I1f077a045dad94127e747dd3f8c8566559aef5a2
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Ling Hu
2012-06-28 16:55:52 +10:00
committed by Qt by Nokia
parent b0809c027c
commit 340f18d4b5

View File

@@ -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,