[Webkit-unassigned] [Bug 227904] [GStreamer] RTSP playback broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 29 01:45:59 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=227904

--- Comment #1 from Philippe Normand <pnormand at igalia.com> ---
Workaround:

diff --git a/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp b/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
index b6911dff7994..ba5c2412f796 100644
--- a/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
+++ b/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
@@ -2348,8 +2348,7 @@ void MediaPlayerPrivateGStreamer::updateStates()
         else if (m_currentState == GST_STATE_PLAYING)
             m_isPaused = false;
-        if (!m_isPaused && m_playbackRate)
-            changePipelineState(GST_STATE_PLAYING);
+        changePipelineState(GST_STATE_PLAYING);
         m_networkState = MediaPlayer::NetworkState::Loading;
         break;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211129/42110ec1/attachment.htm>


More information about the webkit-unassigned mailing list