RESOLVED INVALID Bug 158799
gUM crashes when creating a MediaStream with only an audio or only a video MediaStreamTrack
https://bugs.webkit.org/show_bug.cgi?id=158799
Summary gUM crashes when creating a MediaStream with only an audio or only a video Me...
George Ruan
Reported 2016-06-15 10:54:44 PDT
http://www.w3.org/TR/mediacapture-streams/#methods-5 Currently, the implementation of gUM expects - The parameter to gUM to have both audio and video constraints to have non-falsy values. - Both a video and audio source to be available. The implementation crashes since UserMediaRequest::constraintsValidated expects defined parameters audioSource and videoSource.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-06-15 10:57:46 PDT
Eric Carlson
Comment 2 2016-11-10 17:15:59 PST
This turned out to be a bug in unrelated code.
Note You need to log in before you can comment on or make changes to this bug.