Fix issue that timeline goes back to 00:00 during pressing FF button repeatly
authorJiyeon Kim <jiyeon0402.kim@samsung.com>
Fri, 10 May 2013 04:01:24 +0000 (13:01 +0900)
committerJiyeon Kim <jiyeon0402.kim@samsung.com>
Fri, 10 May 2013 04:26:22 +0000 (13:26 +0900)
commit00ede0f7183a638b8e04adb15a6cfb24e17b0e6b
treec5721be19bd7867408c2e07ba601ad254c65a51c
parentf4b7208ba7573239a9a4fb3b7270787917dcf930
Fix issue that timeline goes back to 00:00 during pressing FF button repeatly

[Title] Fix issue that timeline goes back to 00:00 during pressing FF button repeatly
[Problem] N_SE-38067
[Cause] playbackPosition() method return 0.0f when error occured
[Solution] Keep cached time value in playbackPosition method and return cached time value when error occured

Change-Id: Ia2ea72dbf744f125dcad5d4e66ecd4542b6e4ee7
Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp