Bug 81207 - MediaStream API (JSEP): Introducing MediaHints and IceOptions
Summary: MediaStream API (JSEP): Introducing MediaHints and IceOptions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Tommy Widenflycht
URL:
Keywords:
Depends on:
Blocks: 80589
  Show dependency treegraph
 
Reported: 2012-03-15 04:24 PDT by Tommy Widenflycht
Modified: 2012-03-15 20:45 PDT (History)
2 users (show)

See Also:


Attachments
Patch (12.75 KB, patch)
2012-03-15 05:03 PDT, Tommy Widenflycht
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tommy Widenflycht 2012-03-15 04:24:54 PDT
Introducing the platform MediaHints and IceOptions helper classes.
Comment 1 Tommy Widenflycht 2012-03-15 05:03:08 PDT
Created attachment 132021 [details]
Patch
Comment 2 Adam Barth 2012-03-15 10:59:37 PDT
Comment on attachment 132021 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=132021&action=review

> Source/WebCore/platform/mediastream/IceOptions.h:55
> +    IceOptions(UseCandidatesOption useCandidates) : m_useCandidates(useCandidates) { }

One-argument constructors should have the "explicit" keyword.
Comment 3 Adam Barth 2012-03-15 11:00:18 PDT
Comment on attachment 132021 [details]
Patch

Please consider addressing these nits in a follow-up patch.
Comment 4 WebKit Review Bot 2012-03-15 20:45:46 PDT
Comment on attachment 132021 [details]
Patch

Clearing flags on attachment: 132021

Committed r110937: <http://trac.webkit.org/changeset/110937>
Comment 5 WebKit Review Bot 2012-03-15 20:45:50 PDT
All reviewed patches have been landed.  Closing bug.