|
Cast: Flow hw encoder initialization error to extensions API
cast.streaming API will be notified if there is a hardware
initialization error. This way extension can decide whether to restart
with a different codec or just fail.
Also fixed a small issue that Framer is printing too many messages.
BUG= 402182
Committed: https://crrev.com/42d3637eb8a7a82ac5a3183272224b6c2b5f2249
Cr-Commit-Position: refs/heads/master@{#294216}
Total comments: 6
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+164 lines, -59 lines) |
Patch |
 |
M |
chrome/renderer/media/cast_session_delegate.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_session_delegate.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+37 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_defines.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_sender_impl.h
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_sender_impl.cc
|
View
|
1
|
3 chunks |
+17 lines, -14 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/framer.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/sender/external_video_encoder.h
|
View
|
1
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/sender/external_video_encoder.cc
|
View
|
1
|
4 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/external_video_encoder_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/video_sender.h
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/video_sender.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+24 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/video_sender_unittest.cc
|
View
|
1
2
|
13 chunks |
+39 lines, -17 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/end2end_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/fake_video_encode_accelerator.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/fake_video_encode_accelerator.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/simulator.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 19 (6 generated)
|