RESOLVED FIXED Bug 215125
Remove AudioSampleDataSource::setPaused
https://bugs.webkit.org/show_bug.cgi?id=215125
Summary Remove AudioSampleDataSource::setPaused
youenn fablet
Reported 2020-08-04 06:36:44 PDT
It is no longer used and can prevent m_transitioningFromPaused from being true
Attachments
Patch (3.46 KB, patch)
2020-08-04 06:39 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2020-08-04 06:39:25 PDT
Geoffrey Garen
Comment 2 2020-08-04 08:55:31 PDT
Comment on attachment 405916 [details] Patch r=me Seems like m_transitioningFromPaused should be removed too?
youenn fablet
Comment 3 2020-08-04 08:58:59 PDT
(In reply to Geoffrey Garen from comment #2) > Comment on attachment 405916 [details] > Patch > > r=me > > Seems like m_transitioningFromPaused should be removed too? m_transitioningFromPaused is used to initialize the output sample timestamp offset. I'll rename it in https://bugs.webkit.org/show_bug.cgi?id=215127.
EWS
Comment 4 2020-08-04 09:01:30 PDT
Committed r265244: <https://trac.webkit.org/changeset/265244> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405916 [details].
Radar WebKit Bug Importer
Comment 5 2020-08-04 09:02:22 PDT
Note You need to log in before you can comment on or make changes to this bug.