tct-video-html5-tests blocks 10 cases.
[framework/web/webkit-efl.git] / Source / WebCore / html / HTMLMediaElement.cpp
index d9bec51..eb5cc46 100755 (executable)
@@ -3928,6 +3928,8 @@ void HTMLMediaElement::stop()
     stopPeriodicTimers();
     cancelPendingEventsAndCallbacks();
 #if ENABLE(TIZEN_GSTREAMER_VIDEO)
+    if (m_player)
+        m_player->suspend();
     if (isVideo())
         power_unlock_state(POWER_STATE_NORMAL);
 #endif