Fix issue that timeline goes back to 00:00 during pressing FF button repeatly
authorJiyeon Kim <jiyeon0402.kim@samsung.com>
Fri, 10 May 2013 05:06:11 +0000 (14:06 +0900)
committerJiyeon Kim <jiyeon0402.kim@samsung.com>
Fri, 10 May 2013 05:14:51 +0000 (14:14 +0900)
commit258fd6edc89234ee2729f6ae39ca33eafe608ad2
treeab83ca5f404723a51c90f138a5a7e50b71b873c1
parent3400fc09b3856bc2991f95d7b7ed202927701c86
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] Set m_cachedTime value when return value of currentTime method is not 0.0f caused by internal gstreamer error

Change-Id: Ia831ec1645a075c17c1d0450b395e7791edab805
Source/WebCore/html/HTMLMediaElement.cpp