Audio is stopped, but shows playing icon when call ended.
authorkeonho07.kim <keonho07.kim@samsung.com>
Wed, 29 May 2013 12:35:17 +0000 (21:35 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 31 May 2013 04:27:54 +0000 (13:27 +0900)
commit090e70b9948dedd13c1de70577b6d2077bf4211b
tree626538002d31eaa782c67f68b86839b01a17b708
parent703cba7911479b7794e149e4d634afbea661b7bf
Audio is stopped, but shows playing icon when call ended.

[Title] Audio is stopped, but shows playing icon when call ended.
[Issue#] N_SE-37832
[Problem] Play/Pause icon is not matched during a call.
[Cause] Mediaplayer do not notify to HTMLMediaElement about pause.
[Solution] Call a play()/pause() for update status of HTMLMediaElement.

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