This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24931 - the spec defines an interface called “MediaError”, which conflicts with the “MediaError” defined for the MediaElement (video/audio tags)
Summary: the spec defines an interface called “MediaError”, which conflicts with the “...
Status: RESOLVED FIXED
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: Media Capture and Streams (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: public-media-capture@w3.org
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-04 22:57 UTC by Shijun Sun
Modified: 2014-04-25 13:06 UTC (History)
2 users (show)

See Also:


Attachments

Description Shijun Sun 2014-03-04 22:57:16 UTC
The Media Capture and Streams spec defines an interface called “MediaError”, which conflicts with the “MediaError” defined for the MediaElement (video/audio tags).

Propose to rename the following through the spec.

1. from “MediaError” to “MediaStreamTrackError”
2. from “MediaErrorEventInit” to “MediaStreamTrackErrorEventInit”
3. from “MediaErrorEvent” to “MediaStreamTrackErrorEvent”
Comment 1 1jhbarnett 2014-04-25 13:06:32 UTC
Changed MediaError to MediaStreamError