[mediacapture-main] ConstrainLong only concern positive values

dontcallmedom has just created a new issue for 
https://github.com/w3c/mediacapture-main:

== ConstrainLong only concern positive values ==
As far as I can tell, all the usage of the `ConstrainLong` types 
refers to values that can only be positive (`width`, `height`, 
`sampleSize`, `sampleRate`, `channelCount`).

Should we be using `unsigned long` rather than `long` then? (and 
probably rename it to `ConstrainUnsignedLong`

Please view or discuss this issue at 
https://github.com/w3c/mediacapture-main/issues/385 using your GitHub 
account

Received on Monday, 22 August 2016 09:36:58 UTC