[webkit-reviews] review requested: [Bug 217375] Add support for MediaRecorder pause/resume : [Attachment 410624] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 04:08:12 PDT 2020


youenn fablet <youennf at gmail.com> has asked  for review:
Bug 217375: Add support for MediaRecorder pause/resume
https://bugs.webkit.org/show_bug.cgi?id=217375

Attachment 410624: Patch

https://bugs.webkit.org/attachment.cgi?id=410624&action=review




--- Comment #2 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 410624
  --> https://bugs.webkit.org/attachment.cgi?id=410624
Patch

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

> Source/WebCore/Modules/mediarecorder/MediaRecorder.cpp:243
> +	   return { };

We want to implement the latest spec changes which make pause be a no op except
if state is recording.
Plan is to do that as a follow-up for both pause and resume


More information about the webkit-reviews mailing list