Audio and Video file doesn't work when preload attribute is none
authorJiyeon Kim <jiyeon0402.kim@samsung.com>
Wed, 3 Apr 2013 02:08:10 +0000 (11:08 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 3 Apr 2013 09:56:54 +0000 (18:56 +0900)
commit3b6ad3f4f423993ac77cd20540e25f48d0140729
tree4b5fed67f8bdec3ddaa474f9fd196233106c4da6
parent63de71a0741281f573f75dd30e24b560b0aed304
Audio and Video file doesn't work when preload attribute is none

[Title] Audio and Video file doesn't work when preload attribute is none
[Problem] Audio and Video file always loaded whole data even if preload attribute is none
[Cause] Network state is loading and gstreamer state is GST_STATE_PAUSE
[Solution] If preload attribute is none, network state is set to Idle and Gstreamer state is not changed

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