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
For MediaStreamTrackProcessor exposing camera content, implementations probably get information to create VideoFrame objects.
For MediaStreamTrackProcessor exposing VideoTrackGenerator content, the VideoFrame exposed by MediaStreamTrackProcessor is not the JS object written in VideoTrackGenerator but a clone.
We should describe this in the spec.
And we should make sure that video frames are correctly closed.
The text was updated successfully, but these errors were encountered:
For MediaStreamTrackProcessor exposing camera content, implementations probably get information to create VideoFrame objects.
For MediaStreamTrackProcessor exposing VideoTrackGenerator content, the VideoFrame exposed by MediaStreamTrackProcessor is not the JS object written in VideoTrackGenerator but a clone.
We should describe this in the spec.
And we should make sure that video frames are correctly closed.
The text was updated successfully, but these errors were encountered: