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

Issue 1091903003: Chromecast teardown race: SetCdm vs. pipeline destruction. (Closed)

Created:
5 years, 8 months ago by gunsch
Modified:
5 years, 8 months ago
Reviewers:
lcwu1, servolk
CC:
chromium-reviews, feature-media-reviews_chromium.org, lcwu+watch_chromium.org, gunsch+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Chromecast teardown race: SetCdm vs. pipeline destruction. SetCdm travels this path: * CMFH::SetCdm (IO) --> CMFH::SetCdmOnUiThread (UI) --> MPH::SetCdm (CMA). while teardown: * CMFH::DestroyMedia (IO) --> ~MPH (CMA) This CL adjusts teardown path to go IO --> UI --> CMA. It's a little longer, but it is now the superset of all IPC-message paths. R=lcwu@chromium.org,servolk@chromium.org BUG=internal b/20188230 Committed: https://crrev.com/550e1652df915047ed2442eb19002fc70d3582dd Cr-Commit-Position: refs/heads/master@{#325677}

Patch Set 1 #

Patch Set 2 : adds explanation in comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -5 lines) Patch
M chromecast/browser/media/cma_message_filter_host.cc View 1 3 chunks +18 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
gunsch
A couple notes on other things I toyed around with: 1) Have CmaMessageFilterHost live mostly ...
5 years, 8 months ago (2015-04-16 23:56:10 UTC) #1
servolk
On 2015/04/16 23:56:10, gunsch wrote: > A couple notes on other things I toyed around ...
5 years, 8 months ago (2015-04-17 01:23:15 UTC) #2
gunsch
On 2015/04/17 01:23:15, servolk wrote: > On 2015/04/16 23:56:10, gunsch wrote: > > A couple ...
5 years, 8 months ago (2015-04-17 01:27:17 UTC) #3
lcwu1
lgtm
5 years, 8 months ago (2015-04-17 17:18:57 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1091903003/20001
5 years, 8 months ago (2015-04-17 17:30:24 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 8 months ago (2015-04-17 18:12:29 UTC) #7
commit-bot: I haz the power
5 years, 8 months ago (2015-04-17 18:13:17 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/550e1652df915047ed2442eb19002fc70d3582dd
Cr-Commit-Position: refs/heads/master@{#325677}

Powered by Google App Engine
This is Rietveld 408576698