Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 33adf31f1891ce74e498b9d7d9a152993d3f116c https://github.com/WebKit/WebKit/commit/33adf31f1891ce74e498b9d7d9a152993d3f116c Author: Philippe Normand <ph...@igalia.com> Date: 2024-11-25 (Mon, 25 Nov 2024)
Changed paths: M Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp Log Message: ----------- REGRESSION(279943@main): [GStreamer][MSE] Infinite recursion when pausing the player https://bugs.webkit.org/show_bug.cgi?id=283622 Reviewed by Jean-Yves Avenard. Exit early from the pause method in case the player is already paused, in order to prevent an infinite recursion triggered by the call to player->playbackStateChanged() that would make the media element call pause() again, and so on. * Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp: (WebCore::MediaPlayerPrivateGStreamerMSE::pause): Canonical link: https://commits.webkit.org/287055@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes