Skip to content

Commit 582b235

Browse files
committed
Bug 1912929 [wpt PR 47585] - [MediaCapture Extensions] Fix background segmentation mask constraints, a=testonly
Automatic update from web-platform-tests [MediaCapture Extensions] Fix background segmentation mask constraints This CL fixes background segmentation mask constraints to be passed to the imagecapture module and adds a web platform test to test background segmentation mask constraints and settings. Background segmentation mask feature is behind a flag: chrome --enable-blink-features=MediaCaptureCameraControls Intent to Prototype: https://groups.google.com/a/chromium.org/g/blink-dev/c/nWEqxi83rus Spec: w3c/mediacapture-extensions#142 Explainer: https://github.com/riju/backgroundBlur/blob/main/explainer.md#background-segmentation-mask-api Bug: 349939554 Change-Id: I1c11bd8919272147ed28f699a38dd8922cefc4c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5783519 Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumikintel.com> Commit-Queue: Eero Hakkinen <eero.hakkinenintel.com> Reviewed-by: Guido Urdaneta <guidouchromium.org> Cr-Commit-Position: refs/heads/main{#1341202} -- wpt-commits: 732899be1aa3e1efcb01cab15852eb4c05bfe9b5 wpt-pr: 47585 UltraBlame original commit: 2c630b9a9b00e52c53c4a4871af68a122133d332
1 parent 2cdad02 commit 582b235

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

testing/web-platform/tests/mediacapture-extensions/GUM-backgroundBlur.https.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
Test
1616
background
1717
blur
18+
and
19+
segmentation
20+
mask
1821
support
1922
<
2023
/
@@ -79,6 +82,9 @@
7982
checks
8083
background
8184
blur
85+
and
86+
segmentation
87+
mask
8288
support
8389
.
8490
<
@@ -142,6 +148,9 @@
142148
backgroundBlur
143149
:
144150
true
151+
backgroundSegmentationMask
152+
:
153+
true
145154
}
146155
;
147156
Object

0 commit comments

Comments
 (0)