[mediacapture-image] Pull Request: Made MediaSettingsRange members signed (not unsigned).

miguelao has just submitted a new pull request for 
https://github.com/w3c/mediacapture-image:

== Made MediaSettingsRange members signed (not unsigned). ==
I just noticed while implementing `exposureCompensation`, the values 
of `min` and `current` can be negative (and, potentially, so could 
`max`). This small patch corrects that.

See https://github.com/w3c/mediacapture-image/pull/52

Received on Thursday, 25 August 2016 04:03:33 UTC