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

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: 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 c1719fa5c6081f0872b31070aeb9ab4202dba5f8..5859cb6727639a446fbd8af04bef745d55e7da6a 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();
« media/test/pipeline_integration_test.cc ('K') | « media/test/pipeline_integration_test_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698