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

Unified Diff: media/tools/player_x11/player_x11.cc

Issue 935243002: Decryptors can report kNoKey to WebMediaPlayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android changes Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/tools/player_x11/player_x11.cc
diff --git a/media/tools/player_x11/player_x11.cc b/media/tools/player_x11/player_x11.cc
index afd5d0bf8ac39779887af9513014426f43983179..60eb45c00c6a1d2062944ac1336ea690cc270058 100644
--- a/media/tools/player_x11/player_x11.cc
+++ b/media/tools/player_x11/player_x11.cc
@@ -149,7 +149,8 @@ void InitPipeline(
base::Bind(&OnBufferingStateChanged),
paint_cb,
base::Bind(&DoNothing),
- base::Bind(&OnAddTextTrack));
+ base::Bind(&OnAddTextTrack),
+ base::Bind(&DoNothing));
// Wait until the pipeline is fully initialized.
event.Wait();

Powered by Google App Engine
This is Rietveld 408576698