Summary: | URL.createObjctURL() should work for MediaStream objects | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nick Diego Yamane (diegoyam) <nick.diego> |
Component: | WebCore Misc. | Assignee: | Roger Zanoni <rogerzanoni> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | eric.carlson, sergio, thiago.lacerda |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 121943 |
Description
Nick Diego Yamane (diegoyam)
2013-11-25 13:29:31 PST
createObjectURL has been removed from the latest editor's draft: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#change-log Looks like URL.createObject() will be replaced by "direct assigment" mechanism. http://www.w3.org/TR/mediacapture-streams/#direct-assignment-to-media-elements |