[mediacapture-main] Settings are signed while constraints are unsigned (#944)

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

== Settings are signed while constraints are unsigned ==
All integer [MediaTrackSettings](https://w3c.github.io/mediacapture-main/#media-track-settings) are still signed, in spite of this spec only defining [ConstrainULong](https://w3c.github.io/mediacapture-main/#dom-constrainulong) since https://github.com/w3c/mediacapture-main/pull/515:

<img width="779" alt="image" src="https://user-images.githubusercontent.com/3136226/227966501-79b4ee0f-ae2f-4c91-96b1-b4040052b0cb.png">

Since these are only returned to JS, never taken as input, it should hopefully be web compatible to update them to unsigned.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 27 March 2023 14:21:13 UTC