From 99d157da2aab6e589e5a3b9583c31faba2f1b63c Mon Sep 17 00:00:00 2001 From: suresh-khurdiya-epam Date: Wed, 4 Oct 2023 03:06:03 +0000 Subject: [PATCH] [ARRISEOS-44876]: PIP video displays a black screen while transitioning to the next episodes in 'itvx news' rail --- .../platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();