[mediacapture-record] new commits pushed by aboba

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

* Clarify MediaRecorder's mimeType handling

Fixes #170.

This lets the mimeType passed to a recorder on construction be
constraining, to force a recorder to use a certain container or codecs.
It also updates a recorder's mimeType while it's recording, so the
application can be aware of the decisions the UA makes for it.
  by Andreas Pehrson
https://github.com/w3c/mediacapture-record/commit/c38cb250b5849265f85f76f9940effe5e4cfe774

* Review comment fixes
  by Andreas Pehrson
https://github.com/w3c/mediacapture-record/commit/c7bb5efe7cdee94ebc886152b4d98aa84cb037ef

* Change from internal property to internal slot per review
  by Andreas Pehrson
https://github.com/w3c/mediacapture-record/commit/a5f90ccfc733c6d9d5356539549989abfdbd9c86

* Editorial fixes
  by Andreas Pehrson
https://github.com/w3c/mediacapture-record/commit/87dee1f2353c623be1724c2ac6395ebc51164cdc

* More editorial fixes
  by Andreas Pehrson
https://github.com/w3c/mediacapture-record/commit/11b0dd096bed64812d85ade267b1de81d4c4944a

* Merge pull request #171 from Pehrsons/master

Clarify MediaRecorder's mimeType handling
  by Bernard Aboba
https://github.com/w3c/mediacapture-record/commit/be482bb300c2e57dcefa3091140600e5a9462100

Received on Thursday, 1 August 2019 14:47:26 UTC