TIVI-1759: Allows to replay a video by a click on the play button. 10/10710/2
authorJoone Hur <joone.hur@intel.com>
Thu, 10 Oct 2013 00:30:10 +0000 (17:30 -0700)
committerJoone Hur <joone.hur@intel.com>
Thu, 10 Oct 2013 21:56:04 +0000 (14:56 -0700)
Change-Id: Id61948e6b0749f21439f93364845952ccad7149e

Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp

index a6e9826..9841ff3 100755 (executable)
@@ -1795,6 +1795,9 @@ void MediaPlayerPrivateGStreamer::didEnd()
         gst_element_set_state(m_playBin.get(), GST_STATE_NULL);
 #endif
 
+        // TIVI-1759: This allows to replay a video by a click on the play button.
+        m_player->playbackStateChanged();
+
 #if ENABLE(TIZEN_GSTREAMER_VIDEO)
         HTMLMediaElement* element = static_cast<HTMLMediaElement*>(player()->mediaPlayerClient());
         if (element->isVideo())