Skip to content

Conversation

chcunningham
Copy link
Collaborator

@chcunningham chcunningham commented Apr 9, 2021

Provides a readInto() method for copying the data out.

Fixes #80. Also, see #127.


Preview | Diff

Provides a readInto() method for copying the data out.

Fixes #80. Also, see #127.
@chcunningham chcunningham requested review from padenot and aboba April 9, 2021 07:44
@chcunningham
Copy link
Collaborator Author

FYI @sandersdan

Copy link
Collaborator

@aboba aboba left a comment

Choose a reason for hiding this comment

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

Line 1742: s/repsenting/representing/

@chcunningham
Copy link
Collaborator Author

Line 1742: s/repsenting/representing/

Done! Thanks.

Copy link
Collaborator

@padenot padenot left a comment

Choose a reason for hiding this comment

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

Looks good, but I'm not sure about the naming. Did you name it this way because of some precedent in some other API ?

@chcunningham
Copy link
Collaborator Author

Editors call:

  • resolve, rename to copyTo() and merge.
  • VideoFrame, keep using "read" for historical match, discuss suffix (To, Back, ...) later in VF PR

@chcunningham chcunningham merged commit fcada57 into main May 13, 2021
@chcunningham chcunningham deleted the immutable_chunks branch May 13, 2021 22:56
github-actions bot added a commit that referenced this pull request May 13, 2021
SHA: fcada57
Reason: push, by @chcunningham

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request May 13, 2021
SHA: fcada57
Reason: push, by @chcunningham

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request May 13, 2021
SHA: fcada57
Reason: push, by @chcunningham

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to tguilbert-google/webcodecs that referenced this pull request May 14, 2021
SHA: fcada57
Reason: push, by @tguilbert-google

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to tguilbert-google/webcodecs that referenced this pull request May 14, 2021
SHA: fcada57
Reason: push, by @tguilbert-google

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to tguilbert-google/webcodecs that referenced this pull request May 14, 2021
SHA: fcada57
Reason: push, by @tguilbert-google

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EncodedChunks confusingly provide access to constructed ".data" -- despite the decoder making an internal copy.
4 participants