[Bug 23263] Add output device enumeration to GetSources

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

--- Comment #7 from Adam Bergkvist <adam.bergkvist@ericsson.com> ---
(In reply to Jói Sigurðsson from comment #6)
> What is the motivation for oldList? If it is just to preserve groupId
> members within the session, then this looks good as written. OTOH if the
> intent is also to preserve the internal order of devices on oldList in
> newList, then in step 4.1 under getMediaDevices, the fragment "move that
> object to resultList" should read "append that object to resultList".

The idea is to have the groupId stable during the session. There's no attempt
to, e.g., keep a device at a stable index in the list since devices may come
and go during a session.

In this context "move" = remove from oldList and append to newList.

Does that seem right? Should we clarify?

Thanks for providing feedback.

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

Received on Monday, 18 November 2013 15:22:40 UTC