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
Chromium sends a whole batch of SliceParams in a row, then sends a single SliceData for the whole lot. I've formulated a patch that uses AppendableBuffers to store the slice data for all codecs, since this is apparently valid behavior in the API.