-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PTZ] Support 'boolean or DoubleConstraint' in getUserMedia
This CL adds 'boolean or DoubleConstraint' support for pan, tilt, and zoom constraints in getUserMedia. Spec says that `pan: true` is just syntactic sugar for `pan: {}` and `pan: false` the same as pan being undefined/not provided. Spec: w3c/mediacapture-image#225 Change-Id: I0f5788ff91bceda14bc9cdad0852e1195755a3f4 Bug: 934063 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210237 Reviewed-by: Guido Urdaneta <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Commit-Queue: François Beaufort <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#773060} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 62ee93390521249984d3d8102a309494eb6c7fdb
- Loading branch information
1 parent
b0e208c
commit f4ce728
Showing
8 changed files
with
92 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters