Bug 215081 - MediaRecorderPrivateWriter should ensure its writer input is ready for more data before appending new samples
Summary: MediaRecorderPrivateWriter should ensure its writer input is ready for more d...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-03 07:45 PDT by youenn fablet
Modified: 2020-08-03 16:24 PDT (History)
8 users (show)

See Also:


Attachments
Patch (6.89 KB, patch)
2020-08-03 08:21 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch for landing (6.88 KB, patch)
2020-08-03 13:37 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2020-08-03 07:45:02 PDT
MediaRecorderPrivateWriter should ensure its writer input is ready for more data before appending new samples
Comment 1 youenn fablet 2020-08-03 08:21:15 PDT
Created attachment 405830 [details]
Patch
Comment 2 Eric Carlson 2020-08-03 12:04:52 PDT
Comment on attachment 405830 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=405830&action=review

> Source/WebCore/ChangeLog:8
> +        Before the patch, we were checking whether the writer input was ready.

s/the patch/r265192/
Comment 3 youenn fablet 2020-08-03 13:37:49 PDT
Created attachment 405861 [details]
Patch for landing
Comment 4 EWS 2020-08-03 14:01:22 PDT
Committed r265216: <https://trac.webkit.org/changeset/265216>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 405861 [details].
Comment 5 Radar WebKit Bug Importer 2020-08-03 16:24:07 PDT
<rdar://problem/66497037>