WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 237704
Share more code between RemoteRealtimeAudioSource and RemoteRealtimeVideoSource
https://bugs.webkit.org/show_bug.cgi?id=237704
Summary
Share more code between RemoteRealtimeAudioSource and RemoteRealtimeVideoSource
youenn fablet
Reported
2022-03-10 04:14:26 PST
Share more code between RemoteRealtimeAudioSource and RemoteRealtimeVideoSource
Attachments
WIP
(35.85 KB, patch)
2022-03-10 04:26 PST
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch
(41.20 KB, patch)
2022-03-28 05:25 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch
(42.02 KB, patch)
2022-03-28 07:21 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
youenn fablet
Comment 1
2022-03-10 04:26:33 PST
Created
attachment 454333
[details]
WIP
Radar WebKit Bug Importer
Comment 2
2022-03-17 05:15:18 PDT
<
rdar://problem/90424679
>
youenn fablet
Comment 3
2022-03-28 05:25:48 PDT
Created
attachment 455904
[details]
Patch
Eric Carlson
Comment 4
2022-03-28 06:54:45 PDT
Comment on
attachment 455904
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=455904&action=review
> Source/WebCore/ChangeLog:9 > + The remove video source is now correctly exposing whether it is camera, screen...
s/remove/remote/
> Source/WebKit/WebProcess/cocoa/RemoteRealtimeMediaSource.cpp:81 > + fprintf(stderr, "RemoteRealtimeMediaSource::createRemoteMediaSource %p %d \n", this, (int) settings.width());
Don't forget to remove this
> Source/WebKit/WebProcess/cocoa/RemoteRealtimeMediaSource.cpp:107 > + fprintf(stderr, "RemoteRealtimeMediaSource::setSettings1 %p %d \n", this, (int) m_settings.width());
Ditto
> Source/WebKit/WebProcess/cocoa/RemoteRealtimeMediaSource.cpp:110 > + fprintf(stderr, "RemoteRealtimeMediaSource::setSettings2 %p %d \n", this, (int) m_settings.width());
Ditto
> Source/WebKit/WebProcess/cocoa/RemoteRealtimeMediaSource.cpp:120 > +void RemoteRealtimeMediaSource::hasEnded()
We should change this name, `hasEnded` sounds like it is a getter. Maybe `didEnd` would be better?
youenn fablet
Comment 5
2022-03-28 07:21:11 PDT
Created
attachment 455916
[details]
Patch
EWS
Comment 6
2022-03-28 09:25:22 PDT
Committed
r291967
(
248932@main
): <
https://commits.webkit.org/248932@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 455916
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug