Seeking troubles on large WebM files in Safari on mac and iOS#35771
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Oct 31, 2024
Conversation
Collaborator
|
EWS run on previous version of this PR (hash 5421f2a) Details
|
5421f2a to
8243775
Compare
Collaborator
|
EWS run on previous version of this PR (hash 8243775) Details |
8243775 to
50001f4
Compare
Collaborator
|
EWS run on previous version of this PR (hash 50001f4) Details |
50001f4 to
66c89e0
Compare
Collaborator
|
EWS run on previous version of this PR (hash 66c89e0) Details |
66c89e0 to
5beaf5f
Compare
Collaborator
|
EWS run on current version of this PR (hash 5beaf5f) Details |
jernoble
approved these changes
Oct 31, 2024
https://bugs.webkit.org/show_bug.cgi?id=272095 rdar://125867488 Reviewed by Jer Noble. We relied on the AVSampleBufferRenderSynchronizer to perform the seek and wait. It doesn't always behave as expected. So instead we use a NativePromise that will be resolved once we have demuxed data at the seek location and wait to continue the seek operation. * LayoutTests/http/tests/media/video-webm-stall-seek-expected.txt: Added. * LayoutTests/http/tests/media/video-webm-stall-seek.html: Added. * LayoutTests/platform/glib/TestExpectations: Add failure expectation webkit.org/b/282165 * Source/WebCore/platform/graphics/cocoa/MediaPlayerPrivateWebM.h: * Source/WebCore/platform/graphics/cocoa/MediaPlayerPrivateWebM.mm: (WebCore::MediaPlayerPrivateWebM::~MediaPlayerPrivateWebM): (WebCore::MediaPlayerPrivateWebM::seekInternal): (WebCore::MediaPlayerPrivateWebM::seekTo): (WebCore::MediaPlayerPrivateWebM::appendCompleted): Canonical link: https://commits.webkit.org/285986@main
5beaf5f to
617de4c
Compare
Collaborator
|
Committed 285986@main (617de4c): https://commits.webkit.org/285986@main Reviewed commits have been landed. Closing PR #35771 and removing active labels. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
617de4c
5beaf5f