Change seek forward time 10.0f to 5.0f
authorJiyeon Kim <jiyeon0402.kim@samsung.com>
Mon, 22 Apr 2013 04:41:48 +0000 (13:41 +0900)
committerJiyeon Kim <jiyeon0402.kim@samsung.com>
Mon, 22 Apr 2013 04:41:48 +0000 (13:41 +0900)
[Title] Change seek forward time 10.0f to 5.0f
[Problem] N/A
[Cause] N/A
[Solution] N/A

Change-Id: I2e3c813fed96c834848190bfc86f81c980f624be

Source/WebCore/html/shadow/MediaControlElements.cpp

index 896e21d..d8f2854 100644 (file)
@@ -69,7 +69,7 @@ using namespace std;
 // FIXME: These constants may need to be tweaked to better match the seeking in the QuickTime plug-in.
 
 #if ENABLE(TIZEN_GSTREAMER_VIDEO)
-static const float cSeekForwardTime = 10.0f;
+static const float cSeekForwardTime = 5.0f;
 static const float cSeekBackTime = (-5.0f);
 #endif
 static const float cSkipRepeatDelay = 0.1f;