Fix the issue that some streaming video's screen is not updated.
authorYongGeol Jung <yg48.jung@samsung.com>
Fri, 19 Apr 2013 11:10:24 +0000 (20:10 +0900)
committerYongGeol Jung <yg48.jung@samsung.com>
Fri, 19 Apr 2013 11:16:17 +0000 (20:16 +0900)
commitacb462183356cf9a763b40db6f4a175ea7117573
treee27557cc56ad94d61fffe4f1da02283a787f2a63
parenta27d75b85f8801ac6164f0f57402bc0ad4492a75
Fix the issue that some streaming video's screen is not updated.

[Title] Fix the issue that some streaming video's screen is not updated.
[Issue#] N/A
[Problem] Some streaming video's screen is not updated.
[Cause] After platform changing, glEvasGLImageTargetTexture2DOES is not working properly.
[Solution] Call glEvasGLImageTargetTexture2DOES function per frame. (Workaround)

Change-Id: I3f10e1b6735a4e7e868f1a24f8676fecbeaab38f
Source/WebCore/platform/graphics/gstreamer/tizen/SharedVideoPlatformSurfaceTizen.cpp
Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h
Source/WebCore/platform/graphics/surfaces/tizen/GraphicsSurfaceTizen.cpp