[webkit-changes] [WebKit/WebKit] 5a7e00: [Cocoa] Watchtime logging is incorrectly reporting...
Jer Noble
noreply at github.com
Wed Aug 28 14:52:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5a7e00de7d8ce3c9b406e1bc2d24146cb1aadcbe
https://github.com/WebKit/WebKit/commit/5a7e00de7d8ce3c9b406e1bc2d24146cb1aadcbe
Author: Jer Noble <jer.noble at apple.com>
Date: 2024-08-28 (Wed, 28 Aug 2024)
Changed paths:
M Source/WebCore/html/HTMLMediaElement.cpp
M Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp
Log Message:
-----------
[Cocoa] Watchtime logging is incorrectly reporting "StoredStream" for HLS playback
https://bugs.webkit.org/show_bug.cgi?id=278797
rdar://134865058
Reviewed by Andy Estes.
Fix a mismatch when translating between two different load type enums, and also
change the load type reported from MediaPlayerPrivateAVFoundation when a single-variant
media file with infinite duration is loaded.
* Source/WebCore/html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::sourceType const):
* Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:
(WebCore::MediaPlayerPrivateAVFoundation::movieLoadType const):
Canonical link: https://commits.webkit.org/282869@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list