Fix the issue that force close occurs after playing video.
authorYongGeol Jung <yg48.jung@samsung.com>
Mon, 6 May 2013 14:35:11 +0000 (23:35 +0900)
committerYongGeol Jung <yg48.jung@samsung.com>
Tue, 7 May 2013 04:38:29 +0000 (13:38 +0900)
commitf93ae04bd4eb7156be579d326a9df7163ae1e107
treeae55739f3da5738d3540e82d3d1056717b53df58
parentecbee7751072f7d9835bf82074715315f5ec4095
Fix the issue that force close occurs after playing video.

[Title] Fix the issue that force close occurs after playing video.
[Issue#] N_SE-37608
[Problem] Force close occurs when try to play video second time.
[Cause] Video layers shared window object. And shared window object is deleted when one of video element is destroyed.
[Solution] Do not share window object.

Change-Id: Ibeea38f6f32f6378f410ce88d0daf02fc81d978c
Source/WebCore/platform/graphics/gstreamer/tizen/VideoLayerTizen.cpp
Source/WebCore/platform/graphics/gstreamer/tizen/VideoLayerTizen.h