[Bug 19594] remove "BLOB" from url usage for createObjectURL()

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19594

--- Comment #20 from Harald Alvestrand <harald@alvestrand.no> ---
Suggested resolution, take 2:

CreateObjectURL returns an URL that can be used for setting as the .src URL of
a <video> or <audio> element.
It has exactly the same effect on the underlying MediaStream as CreateObjectURL
has on a Blob: Creating a reference that has to be revoked before the
MediaStream is garbage collected.

The effect of <tag>.src = CreateObjectURL(stream) on a HTML media tag is
exactly the same as <tag>.srcObject = stream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Monday, 26 August 2013 11:33:45 UTC