Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 66e4071387a60bf704f552b39092a18037792c13
https://github.com/WebKit/WebKit/commit/66e4071387a60bf704f552b39092a18037792c13
Author: Jean-Yves Avenard <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/html/HTMLMediaElement.cpp
M Source/WebCore/platform/graphics/MediaPlayer.cpp
M Source/WebCore/platform/graphics/MediaPlayer.h
M Source/WebCore/platform/graphics/MediaPlayerPrivate.h
M
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.h
M
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm
M Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxy.cpp
Log Message:
-----------
[Cocoa] Remove MediaSourceCanFallbackToDecompressionSession preference
https://bugs.webkit.org/show_bug.cgi?id=292706
rdar://150911179
Reviewed by Eric Carlson.
MediaSourceCanFallbackToDecompressionSession was designed to only enable the
DecompressionSession in the VideoMediaSampleRenderer should
requestVideoFrameCallback
JS API was used.
This option had always been enabled by default and has been for several months
now.
Additionally, this option was always overridden by the
MediaSourcePrefersDecompressionSession
one which too is alwyays enabled, so even if
MediaSourceCanFallbackToDecompressionSession
had been turned off, it would have had no effect.
Code can be considered mature and preference can be removed.
Canonical link: https://commits.webkit.org/294743@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes