The ended eventhandler is called although playbackposion has been seeked to 0 by...
authorkeonho07.kim <keonho07.kim@samsung.com>
Wed, 3 Jul 2013 12:41:16 +0000 (21:41 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 8 Jul 2013 05:18:53 +0000 (05:18 +0000)
commit1558fe1aaef66e1aeb4d6dbc6a96c908bb93feab
tree4d53c11fc18d187e3cc35da95cfadb9bfc417e1f
parent20ee8a1438d4ad356127a820729b79c9a2c16356
The ended eventhandler is called although playbackposion has been seeked to 0 by setCurrentTime.

[Title] The ended eventhandler is called although playbackposion has been seeked to 0 by setCurrentTime.
[Problem] WEB-3419
[Cause] When currentTime() was returned mediaDuration, if it reached end of playback.
[Solution] If there is a call seek(), m_EndReadched is reset.

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