Title: [215273] trunk/Source/WebKit2
- Revision
- 215273
- Author
- [email protected]
- Date
- 2017-04-12 11:10:43 -0700 (Wed, 12 Apr 2017)
Log Message
[MediaStream] Audio source in UI process not identified as capture source
https://bugs.webkit.org/show_bug.cgi?id=170776
Reviewed by Youenn Fablet.
* WebProcess/cocoa/UserMediaCaptureManager.cpp: Override isCaptureSource.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (215272 => 215273)
--- trunk/Source/WebKit2/ChangeLog 2017-04-12 17:35:31 UTC (rev 215272)
+++ trunk/Source/WebKit2/ChangeLog 2017-04-12 18:10:43 UTC (rev 215273)
@@ -1,3 +1,12 @@
+2017-04-12 Eric Carlson <[email protected]>
+
+ [MediaStream] Audio source in UI process not identified as capture source
+ https://bugs.webkit.org/show_bug.cgi?id=170776
+
+ Reviewed by Youenn Fablet.
+
+ * WebProcess/cocoa/UserMediaCaptureManager.cpp: Override isCaptureSource.
+
2017-04-12 Andrew Gold <[email protected]>
Allow iOS to toggle webRTCAPI legacy flag.
Modified: trunk/Source/WebKit2/WebProcess/cocoa/UserMediaCaptureManager.cpp (215272 => 215273)
--- trunk/Source/WebKit2/WebProcess/cocoa/UserMediaCaptureManager.cpp 2017-04-12 17:35:31 UTC (rev 215272)
+++ trunk/Source/WebKit2/WebProcess/cocoa/UserMediaCaptureManager.cpp 2017-04-12 18:10:43 UTC (rev 215273)
@@ -113,6 +113,7 @@
void startProducingData() final { m_manager.startProducingData(m_id); }
void stopProducingData() final { m_manager.stopProducingData(m_id); }
+ bool isCaptureSource() const final { return true; }
AudioSourceProvider* audioSourceProvider() final {
if (!m_audioSourceProvider) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes