[webkit-changes] [WebKit/WebKit] de2795: [Cocoa] memorialpress.com: Video not playing in iO...
Jer Noble
noreply at github.com
Sat Aug 5 02:36:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: de279587fd2eefa5c1d0c18bf2f81996748888e6
https://github.com/WebKit/WebKit/commit/de279587fd2eefa5c1d0c18bf2f81996748888e6
Author: Jer Noble <jer.noble at apple.com>
Date: 2023-08-05 (Sat, 05 Aug 2023)
Changed paths:
M Source/WebCore/PAL/pal/cocoa/AVFoundationSoftLink.h
M Source/WebCore/PAL/pal/cocoa/AVFoundationSoftLink.mm
M Source/WebCore/platform/graphics/avfoundation/objc/AVAssetMIMETypeCache.mm
Log Message:
-----------
[Cocoa] memorialpress.com: Video not playing in iOS 17
https://bugs.webkit.org/show_bug.cgi?id=259838
rdar://112625311
Reviewed by Simon Fraser.
There was a misspelling of a new AVFoundation option to be passed into -isPlayableExtendedMIMEType:options:
which prevents queries of `application/x-mpegURL; codecs="avc1.42E01E"` from succeding.
* Source/WebCore/PAL/pal/cocoa/AVFoundationSoftLink.h:
* Source/WebCore/PAL/pal/cocoa/AVFoundationSoftLink.mm:
* Source/WebCore/platform/graphics/avfoundation/objc/AVAssetMIMETypeCache.mm:
(WebCore::AVAssetMIMETypeCache::canDecodeExtendedType):
Canonical link: https://commits.webkit.org/266615@main
More information about the webkit-changes
mailing list