Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[webcodecs] Implement transfer semantics for VideoFrame #27772

Merged
merged 1 commit into from Apr 16, 2021

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Feb 25, 2021

This CL adds paths for modules to implement transfer semantics:

  • ExtractTransferables() is split into the outer loop (stays in
    SerializedScriptValue) and the inner per-object processing which
    moves into V8ScriptValueSerializer. Modules can add implementations
    to V8ScriptValueSerializerForModules.

  • Transferables gains a generic TransferList map modelled after
    SerializedScriptValue::Attachment. The TransferList API includes a
    method for finalizing transfers, which is called from
    V8ScriptValueSerializer::FinalizeTransfer().

Using these APIs, transfer of VideoFrames is then implemented
straightforwardly.

Bug: 1178038
Change-Id: Iafdc02b368d09cdb04c6e48ef187a4733b14c0f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2719085
Commit-Queue: Dan Sanders <sandersd@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Reviewed-by: Thomas Guilbert <tguilbert@chromium.org>
Cr-Commit-Position: refs/heads/master@{#873099}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

This CL adds paths for modules to implement transfer semantics:

  - ExtractTransferables() is split into the outer loop (stays in
    SerializedScriptValue) and the inner per-object processing which
    moves into V8ScriptValueSerializer. Modules can add implementations
    to V8ScriptValueSerializerForModules.

  - Transferables gains a generic TransferList map modelled after
    SerializedScriptValue::Attachment. The TransferList API includes a
    method for finalizing transfers, which is called from
    V8ScriptValueSerializer::FinalizeTransfer().

Using these APIs, transfer of VideoFrames is then implemented
straightforwardly.

Bug: 1178038
Change-Id: Iafdc02b368d09cdb04c6e48ef187a4733b14c0f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2719085
Commit-Queue: Dan Sanders <sandersd@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Reviewed-by: Thomas Guilbert <tguilbert@chromium.org>
Cr-Commit-Position: refs/heads/master@{#873099}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants