You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current wording says this is a "deep copy", but makes a note that authors can implement with reference counting under the hood. This has confused at least one user who expected that the "copy" was fine to hold onto.
The text should formalize the reference counting behavior, as it is observable. Additionally, the text should use said behavior in describing new Serailzable and Transferrable characteristics of VideoFrame (what happens when you send to a worker).
The text was updated successfully, but these errors were encountered:
chcunningham
changed the title
Clarify VideoFrame clone/close/transfer behavior
Clarify VideoFrame|AudioFrame clone/close/transfer behavior
Feb 23, 2021
Current wording says this is a "deep copy", but makes a note that authors can implement with reference counting under the hood. This has confused at least one user who expected that the "copy" was fine to hold onto.
The text should formalize the reference counting behavior, as it is observable. Additionally, the text should use said behavior in describing new Serailzable and Transferrable characteristics of VideoFrame (what happens when you send to a worker).
The text was updated successfully, but these errors were encountered: