Chromium Code Reviews
DescriptionAdd "exact" constraint evaluation to video picker.
This lets the code accept constraints like:
video: { width: { exact: 1280 }}
with the same meaning as
video: { width: { min: 1280, max: 1280 }}
BUG=620665
Committed: https://crrev.com/03114092446268d86e2f6986a5c69a4ef6c9b11e
Cr-Commit-Position: refs/heads/master@{#411364}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Modify UpdateFormatForConstraint to consider cropping #Patch Set 3 : Addressing Guido's comments #
Messages
Total messages: 17 (9 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||