diff --git a/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp b/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp index 5d534a06d36d..e5718dc03f6b 100644 --- a/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp +++ b/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp @@ -2782,7 +2782,7 @@ void MediaPlayerPrivateGStreamer::didEnd() if (!m_player->isLooping() && !isMediaSource()) { m_isPaused = true; - changePipelineState(GST_STATE_READY); + changePipelineState(GST_STATE_PAUSED); m_didDownloadFinish = false; configureMediaStreamAudioTracks();