MediaSlider was broken occasionally during rebuffering
authorJiyeon Kim <jiyeon0402.kim@samsung.com>
Tue, 16 Apr 2013 12:07:50 +0000 (21:07 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 17 Apr 2013 02:34:12 +0000 (11:34 +0900)
commit26af06082ab7e7b6003c92592b1634534c83518a
tree88f3b00885014c3add0e094d59810d02690ac84c
parentaa83d655570fc7bdadd76e54b7370cb09331a41d
MediaSlider was broken occasionally during rebuffering

[Title] MediaSlider was broken occasionally during rebuffering
[Problem] MediaSlider was broken when seeking and resume in MediaPlayer
[Cause] TimeRanges are buffering ranges in gstreamer and it represented start point and end point of buffering. Normally TimeRagnes length is one, but some times TimeRanges is bigger than 1.
And that time, there exists difference between first and second timeRanges.
[Solution] If there exists difference between first end value of timeRange and second start value of timeRange, second start value is set to first end value.

Change-Id: I545cbec95faaae319c52b481e5256dc9e3acfbdd
Source/WebCore/platform/efl/RenderThemeEfl.cpp