Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Issue 2612353003: [Chromecast] Fix AudioVideoPipelineDeviceTest failures (Closed)

Created:
3 years, 11 months ago by kmackay
Modified:
3 years, 11 months ago
Reviewers:
slan, halliwell, mbjorge
CC:
alokp+watch_chromium.org, chromium-reviews, feature-media-reviews_chromium.org, halliwell+watch_chromium.org, lcwu+watch_chromium.org, posciak+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromecast] Fix AudioVideoPipelineDeviceTest failures The patch to add support for different playback rates had an error so that sometimes the OnEndOfStream() callback was called before the last OnPushBufferComplete() callback. BUG= internal b/34093164 TEST= cast_media_unittests Review-Url: https://codereview.chromium.org/2612353003 Cr-Commit-Position: refs/heads/master@{#441826} Committed: https://chromium.googlesource.com/chromium/src/+/30714627739ff4d08c1621702fa70fe396cbb89d

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -30 lines) Patch
M chromecast/media/cma/backend/alsa/audio_decoder_alsa.h View 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc View 6 chunks +34 lines, -29 lines 2 comments Download
M chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 10 (4 generated)
kmackay
3 years, 11 months ago (2017-01-05 23:16:29 UTC) #2
mbjorge
lgtm, but not too familiar with the alsa backend
3 years, 11 months ago (2017-01-05 23:32:35 UTC) #3
slan
lgtm. https://codereview.chromium.org/2612353003/diff/1/chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc File chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc (right): https://codereview.chromium.org/2612353003/diff/1/chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc#newcode242 chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc:242: if (pending_buffer_complete_ && changed_sample_rate) { This code is ...
3 years, 11 months ago (2017-01-06 01:14:47 UTC) #4
kmackay
https://codereview.chromium.org/2612353003/diff/1/chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc File chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc (right): https://codereview.chromium.org/2612353003/diff/1/chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc#newcode242 chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc:242: if (pending_buffer_complete_ && changed_sample_rate) { On 2017/01/06 01:14:47, slan ...
3 years, 11 months ago (2017-01-06 01:21:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2612353003/1
3 years, 11 months ago (2017-01-06 01:22:34 UTC) #7
commit-bot: I haz the power
3 years, 11 months ago (2017-01-06 02:19:42 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/30714627739ff4d08c1621702fa7...

Powered by Google App Engine
This is Rietveld 408576698