RESOLVED FIXED 106053
Implement MediaStreamSource::setAudioFormat()
https://bugs.webkit.org/show_bug.cgi?id=106053
Summary Implement MediaStreamSource::setAudioFormat()
Chris Rogers
Reported 2013-01-03 15:30:32 PST
Implement MediaStreamSource::setAudioFormat()
Attachments
Patch (6.86 KB, patch)
2013-01-03 15:35 PST, Chris Rogers
no flags
Patch (7.63 KB, patch)
2013-01-03 16:28 PST, Chris Rogers
no flags
Chris Rogers
Comment 1 2013-01-03 15:35:22 PST
WebKit Review Bot
Comment 2 2013-01-03 15:37:46 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
WebKit Review Bot
Comment 3 2013-01-03 16:07:23 PST
Comment on attachment 181237 [details] Patch Attachment 181237 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/15649816
Chris Rogers
Comment 4 2013-01-03 16:28:20 PST
Tommy Widenflycht
Comment 5 2013-01-04 00:50:35 PST
Comment on attachment 181249 [details] Patch Looks reasonable to me; I guess this is needed for setting up the plumbing correctly?
Chris Rogers
Comment 6 2013-01-04 10:48:30 PST
(In reply to comment #5) > (From update of attachment 181249 [details]) > Looks reasonable to me; I guess this is needed for setting up the plumbing correctly? Yes, exactly. It's needed so that WebRTC will know whether to configure a mono, stereo, or multi-channel stream when negotiating with peers. The sample-rate is also included, since it is important to know for the embedder. Adam, does this look ok for WebKit API?
Adam Barth
Comment 7 2013-01-04 11:53:33 PST
Comment on attachment 181249 [details] Patch API change LGTM
Chris Rogers
Comment 8 2013-01-04 13:04:39 PST
I can haz R+?
Kenneth Russell
Comment 9 2013-01-04 13:44:20 PST
Comment on attachment 181249 [details] Patch Looks fine to me.
WebKit Review Bot
Comment 10 2013-01-05 12:05:55 PST
Comment on attachment 181249 [details] Patch Clearing flags on attachment: 181249 Committed r138895: <http://trac.webkit.org/changeset/138895>
WebKit Review Bot
Comment 11 2013-01-05 12:06:00 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.