[webrtc-pc] new commits pushed by aboba

The following commits were just pushed by aboba to https://github.com/w3c/webrtc-pc:

* Add paragraph about RtpContributingSources being updated simultaneously.

Fixes #1124.

The intent of this PR is to ensure that if an application reads the
attributes of multiple `RTCRtpContributingSource`s, the values are all
taken from the same point in time, so they're comparable.

For example, an application may compare timestamps to see which
contributing source(s) are actively contributing (have the most recent
timestamp), or see which one is loudest. Without the guarantee this PR
attempts to add, a browser might return values from different points in
time for different `RTCRtpContributingSource`s, making such comparisons
unreliable.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/57769b2c1b250e0b9ea6091245db8cbbc44c116a

* Restructuring as an algorithmic requirement, with an informative note.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/ab84225b8919d83578ee92ed4db320cabc235684

* Replace "always updated" with "updated each time".
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/d2868792e58e6920ffb71f9bdfebd9e80c81e525

* Merge pull request #1149 from taylor-b/issue_1124_getContributingSources_consistency

Add paragraph about RtpContributingSources being updated simultaneously.
  by Bernard Aboba
https://github.com/w3c/webrtc-pc/commit/8533c1265a392ed0b3b552591c38876b4fff94dc

Received on Thursday, 11 May 2017 14:06:55 UTC