Index: media/formats/mp2t/mp2t_stream_parser.cc |
diff --git a/media/formats/mp2t/mp2t_stream_parser.cc b/media/formats/mp2t/mp2t_stream_parser.cc |
index cc2af5ec1d3a0d9f31866c3f4355a17378be6bca..5817a1375ab2b995d07765bbd0d4153d3af13ce1 100644 |
--- a/media/formats/mp2t/mp2t_stream_parser.cc |
+++ b/media/formats/mp2t/mp2t_stream_parser.cc |
@@ -485,8 +485,7 @@ bool Mp2tStreamParser::FinishInitializationIfNeeded() { |
// For Mpeg2 TS, the duration is not known. |
DVLOG(1) << "Mpeg2TS stream parser initialization done"; |
- base::ResetAndReturn(&init_cb_).Run( |
- true, kInfiniteDuration(), base::Time(), false); |
+ base::ResetAndReturn(&init_cb_).Run(true, StreamParser::StreamParameters()); |
is_initialized_ = true; |
return true; |