RESOLVED FIXED 172771
PeerConnection should respect tracks that are muted at the time they are added
https://bugs.webkit.org/show_bug.cgi?id=172771
Summary PeerConnection should respect tracks that are muted at the time they are added
youenn fablet
Reported 2017-05-31 12:44:53 PDT
Currently, it is not the case and muted state is not respected.
Attachments
Patch (17.08 KB, patch)
2017-05-31 12:48 PDT, youenn fablet
no flags
Patch (17.26 KB, patch)
2017-05-31 13:18 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2017-05-31 12:48:06 PDT
Radar WebKit Bug Importer
Comment 2 2017-05-31 12:48:41 PDT
Eric Carlson
Comment 3 2017-05-31 13:05:31 PDT
Comment on attachment 311622 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=311622&action=review > Source/WebCore/platform/mediastream/mac/RealtimeOutgoingVideoSource.cpp:105 > + if (!m_muted && m_enabled && m_blackFrameTimer.isActive()) { > + m_blackFrameTimer.stop(); > return; > } > - if (m_blackFrameTimer.isActive()) > - m_blackFrameTimer.stop(); > + > + sendBlackFramesIfNeeded(); I would be nice to factor this into a function that can be shared with sourceMutedChanged.
youenn fablet
Comment 4 2017-05-31 13:18:41 PDT
youenn fablet
Comment 5 2017-05-31 13:21:37 PDT
Thanks for the review. (In reply to Eric Carlson from comment #3) > Comment on attachment 311622 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=311622&action=review > > > Source/WebCore/platform/mediastream/mac/RealtimeOutgoingVideoSource.cpp:105 > > + if (!m_muted && m_enabled && m_blackFrameTimer.isActive()) { > > + m_blackFrameTimer.stop(); > > return; > > } > > - if (m_blackFrameTimer.isActive()) > > - m_blackFrameTimer.stop(); > > + > > + sendBlackFramesIfNeeded(); > > I would be nice to factor this into a function that can be shared with > sourceMutedChanged. Done.
WebKit Commit Bot
Comment 6 2017-05-31 13:51:15 PDT
Comment on attachment 311625 [details] Patch Clearing flags on attachment: 311625 Committed r217624: <http://trac.webkit.org/changeset/217624>
WebKit Commit Bot
Comment 7 2017-05-31 13:51:17 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.