WebKit Bugzilla
Attachment 370054 Details for
Bug 197953
: CoreAudioCaptureSource should be marked as an audio capture track
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for landing
bug-197953-20190516122121.patch (text/plain), 1.43 KB, created by
youenn fablet
on 2019-05-16 12:21:24 PDT
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
youenn fablet
Created:
2019-05-16 12:21:24 PDT
Size:
1.43 KB
patch
obsolete
>Subversion Revision: 245321 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 0ae9f9a0338b9076ae5fab4acb348c8b5f06455b..417b95e7c7ce85d4135c0105c4cbd0e48956a797 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,16 @@ >+2019-05-16 Youenn Fablet <youenn@apple.com> >+ >+ CoreAudioCaptureSource should be marked as an audio capture track >+ https://bugs.webkit.org/show_bug.cgi?id=197953 >+ <rdar://problem/50552007> >+ >+ Reviewed by Eric Carlson. >+ >+ Manually tested. >+ >+ * platform/mediastream/mac/CoreAudioCaptureSource.h: >+ Mark it as microphone so that it can get muted properly. >+ > 2019-05-15 Youenn Fablet <youenn@apple.com> > > Mark beacon and ping loads as low priority >diff --git a/Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.h b/Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.h >index b3ea78216f268b585ff444224240d20a7005d91f..1ab816ca077dd8fe56a97b46c4f3107df2ebae89 100644 >--- a/Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.h >+++ b/Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.h >@@ -92,6 +92,7 @@ private: > void settingsDidChange(OptionSet<RealtimeMediaSourceSettings::Flag>) final; > > bool interrupted() const final; >+ CaptureDevice::DeviceType deviceType() const final { return CaptureDevice::DeviceType::Microphone; } > > void initializeToStartProducingData(); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197953
:
370051
| 370054