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

Issue 10857018: Upgrade Pipeline::Start() NOTREACHED() back into a CHECK(). (Closed)

Created:
8 years, 4 months ago by scherkus (not reviewing)
Modified:
8 years, 4 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Upgrade Pipeline::Start() NOTREACHED() back into a CHECK(). Unlike Seek(), calling Start() while running is a clear programmer error. If the pipeline did stop running and you called Start() again, make sure to no-op inside StartTask(). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151721

Patch Set 1 #

Total comments: 2

Patch Set 2 : check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -5 lines) Patch
M media/base/pipeline.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scherkus (not reviewing)
8 years, 4 months ago (2012-08-15 18:02:13 UTC) #1
Ami GONE FROM CHROMIUM
http://codereview.chromium.org/10857018/diff/1/media/base/pipeline.cc File media/base/pipeline.cc (right): http://codereview.chromium.org/10857018/diff/1/media/base/pipeline.cc#newcode557 media/base/pipeline.cc:557: if (state_ != kCreated) wat?
8 years, 4 months ago (2012-08-15 18:04:38 UTC) #2
Ami GONE FROM CHROMIUM
http://codereview.chromium.org/10857018/diff/1/media/base/pipeline.cc File media/base/pipeline.cc (right): http://codereview.chromium.org/10857018/diff/1/media/base/pipeline.cc#newcode557 media/base/pipeline.cc:557: if (state_ != kCreated) On 2012/08/15 18:04:38, Ami Fischman ...
8 years, 4 months ago (2012-08-15 18:10:27 UTC) #3
scherkus (not reviewing)
8 years, 4 months ago (2012-08-15 18:16:31 UTC) #4
Ami GONE FROM CHROMIUM
8 years, 4 months ago (2012-08-15 18:37:52 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698