Fixed a WMF seek bug.
Change-Id: I1f077a045dad94127e747dd3f8c8566559aef5a2 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user