| Index: media/tools/player_wtl/movie.cc
|
| diff --git a/media/tools/player_wtl/movie.cc b/media/tools/player_wtl/movie.cc
|
| index 799f78e9f54a08a49c119f68a6c49f1fefcac32a..3f20ec68295703be6aa243c42e1e6cd8e86424d6 100644
|
| --- a/media/tools/player_wtl/movie.cc
|
| +++ b/media/tools/player_wtl/movie.cc
|
| @@ -128,7 +128,7 @@ float Movie::GetDuration() {
|
| float Movie::GetPosition() {
|
| float position = 0.f;
|
| if (pipeline_)
|
| - position = (pipeline_->GetCurrentTime()).InMicroseconds() / 1000000.0f;
|
| + position = (pipeline_->GetMediaTime()).InMicroseconds() / 1000000.0f;
|
| return position;
|
| }
|
|
|
|
|