DescriptionRevert of Move getUserMedia finish to "when audio track configured". (patchset #7 id:120001 of https://codereview.chromium.org/2777583002/ )
Reason for revert:
The added DCHECK(format_is_set()) is failing in MediaStreamTrack-getSettings.html
BUG=709188
Original issue's description:
> Move getUserMedia finish to "when audio track configured".
>
> Previously, getUserMedia() would complete as soon as the sources
> were initialized - which did not do all the initialization.
> This CL will make getUserMedia() return when the track has been
> told of its configuration through OnSetFormat() from upstream.
>
> This will allow GetSettings() to read the audio configuration from
> the track without worrying about whether the configuration is
> propagated or not.
>
> BUG=704918
>
> Review-Url: https://codereview.chromium.org/2777583002
> Cr-Commit-Position: refs/heads/master@{#462523}
> Committed: https://chromium.googlesource.com/chromium/src/+/a52d69d1877b170684041bed04d28acced85e40d
TBR=guidou@chromium.org,hta@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=704918
Review-Url: https://codereview.chromium.org/2803183002
Cr-Commit-Position: refs/heads/master@{#462797}
Committed: https://chromium.googlesource.com/chromium/src/+/35aeae1c6f63abb9a4cbb23f497a523349db7aa8
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|