- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 24 Jan 2017 17:00:14 +0000
- To: public-media-capture@w3.org
Issues
------
* w3c/mediacapture-main (+1/-3/💬13)
1 issues created:
- Specify that getSettings omits non-applicable settings (by
alvestrand)
https://github.com/w3c/mediacapture-main/issues/429
3 issues closed:
- Iframe sandboxing options for gUM
https://github.com/w3c/mediacapture-main/issues/268
- Specify relation between return from getConstraints and
constraints argument
https://github.com/w3c/mediacapture-main/issues/360
- Browser's ability to dynamically change settings mistakenly
removed https://github.com/w3c/mediacapture-main/issues/394
3 issues received 13 new comments:
- #268 Iframe sandboxing options for gUM (7 by annevk, alvestrand,
stefhak)
https://github.com/w3c/mediacapture-main/issues/268
- #394 Browser's ability to dynamically change settings mistakenly
removed (4 by burnburn, jan-ivar, alvestrand)
https://github.com/w3c/mediacapture-main/issues/394
- #404 Revive createObjectURL? (2 by jan-ivar, stefhak)
https://github.com/w3c/mediacapture-main/issues/404
* w3c/mediacapture-record (+1/-1/💬2)
1 issues created:
- Add a `MediaRecorderOption` to force a given source video frame
rate (by miguelao)
https://github.com/w3c/mediacapture-record/issues/113
1 issues closed:
- Convert mediacapture-record spec to bikeshed
https://github.com/w3c/mediacapture-record/issues/106
2 issues received 2 new comments:
- #113 Add a `MediaRecorderOption` to force a given source video
frame rate (1 by miguelao)
https://github.com/w3c/mediacapture-record/issues/113
- #106 Convert mediacapture-record spec to bikeshed (1 by miguelao)
https://github.com/w3c/mediacapture-record/issues/106
* w3c/mediacapture-image (+1/-2/💬7)
1 issues created:
- Add a way to get stream raw pixels (by fathyb)
https://github.com/w3c/mediacapture-image/issues/147
2 issues closed:
- Add a way to get stream raw pixels
https://github.com/w3c/mediacapture-image/issues/147
- is grabFrame necessary?
https://github.com/w3c/mediacapture-image/issues/144
2 issues received 7 new comments:
- #144 is grabFrame necessary? (4 by alvestrand, miguelao, gmandyam)
https://github.com/w3c/mediacapture-image/issues/144
- #147 Add a way to get stream raw pixels (3 by fathyb, gmandyam)
https://github.com/w3c/mediacapture-image/issues/147
* w3c/mediacapture-depth (+0/-2/💬2)
2 issues closed:
- Change depth to MediaTrackConstraints
https://github.com/w3c/mediacapture-depth/issues/143
- Should we do depth-video synchronization in browser, in JS, in
both, what's v1 and what's v2?
https://github.com/w3c/mediacapture-depth/issues/145
2 issues received 2 new comments:
- #145 Should we do depth-video synchronization in browser, in JS,
in both, what's v1 and what's v2? (1 by anssiko)
https://github.com/w3c/mediacapture-depth/issues/145
- #57 Improve examples (1 by anssiko)
https://github.com/w3c/mediacapture-depth/issues/57
Pull requests
-------------
* w3c/mediacapture-main (+2/-3/💬4)
2 pull requests submitted:
- Require all constraints to be satisfied when settings are changed
(by burnburn)
https://github.com/w3c/mediacapture-main/pull/431
- Allow getConstraints to return semantically equivalent constraint
object (by burnburn)
https://github.com/w3c/mediacapture-main/pull/430
3 pull requests merged:
- Require all constraints to be satisfied when settings are changed
https://github.com/w3c/mediacapture-main/pull/431
- Allow getConstraints to return semantically equivalent constraint
object
https://github.com/w3c/mediacapture-main/pull/430
- Updating text on whether context object is allowed to request
access.
https://github.com/w3c/mediacapture-main/pull/427
2 pull requests received 4 new comments:
- #430 Allow getConstraints to return semantically equivalent
constraint object (2 by burnburn, stefhak)
https://github.com/w3c/mediacapture-main/pull/430
- #431 Require all constraints to be satisfied when settings are
changed (2 by alvestrand, stefhak)
https://github.com/w3c/mediacapture-main/pull/431
* w3c/mediacapture-record (+1/-0/💬2)
1 pull requests submitted:
- Add MediaRecorderOptions.forceVideoFrameRate (#113) (by miguelao)
https://github.com/w3c/mediacapture-record/pull/114
1 pull requests received 2 new comments:
- #114 Add MediaRecorderOptions.forceVideoFrameRate (#113) (2 by
Pehrsons, miguelao)
https://github.com/w3c/mediacapture-record/pull/114
* w3c/mediacapture-image (+1/-0/💬2)
1 pull requests submitted:
- Use constrainable pattern for ImageCapture (#124) (by miguelao)
https://github.com/w3c/mediacapture-image/pull/146
1 pull requests received 2 new comments:
- #146 Use constrainable pattern for ImageCapture (#124) (2 by
beaufortfrancois, miguelao)
https://github.com/w3c/mediacapture-image/pull/146
* w3c/mediacapture-depth (+3/-4/💬18)
3 pull requests submitted:
- Update after executing node build.js (by huningxin)
https://github.com/w3c/mediacapture-depth/pull/151
- Add contribution guidelines to README (by anssiko)
https://github.com/w3c/mediacapture-depth/pull/150
- Change depth to MediaTrackConstraints (by huningxin)
https://github.com/w3c/mediacapture-depth/pull/149
4 pull requests merged:
- Change depth to MediaTrackConstraints
https://github.com/w3c/mediacapture-depth/pull/149
- Add contribution guidelines to README
https://github.com/w3c/mediacapture-depth/pull/150
- [WIP] WebRTC CI system
https://github.com/w3c/mediacapture-depth/pull/147
- Fix #137: Define unknown depth map value
https://github.com/w3c/mediacapture-depth/pull/139
6 pull requests received 18 new comments:
- #149 Change depth to MediaTrackConstraints (11 by anssiko,
huningxin)
https://github.com/w3c/mediacapture-depth/pull/149
- #147 WebRTC CI system (3 by vivienlacourba, dontcallmedom,
anssiko)
https://github.com/w3c/mediacapture-depth/pull/147
- #139 Fix #137: Define unknown depth map value (1 by huningxin)
https://github.com/w3c/mediacapture-depth/pull/139
- #144 Fix #110: Intrinsics and extrinsics (1 by anssiko)
https://github.com/w3c/mediacapture-depth/pull/144
- #150 Add contribution guidelines to README (1 by anssiko)
https://github.com/w3c/mediacapture-depth/pull/150
- #151 Fix warnings of node build.js (1 by huningxin)
https://github.com/w3c/mediacapture-depth/pull/151
* w3c/mediacapture-fromelement (+0/-0/💬1)
1 pull requests received 1 new comments:
- #54 Migrate spec text to bikeshed. (1 by miguelao)
https://github.com/w3c/mediacapture-fromelement/pull/54
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/mediacapture-main
* https://github.com/w3c/mediacapture-record
* https://github.com/w3c/mediacapture-image
* https://github.com/w3c/mediacapture-depth
* https://github.com/w3c/mediacapture-fromelement
* https://github.com/w3c/mediacapture-output
* https://github.com/w3c/mediacapture-screen-share
Received on Tuesday, 24 January 2017 17:00:21 UTC