Send metadata change to renderer after decoder is drained
MediaSourcePlayer sends a metadata change to renderer whenever it receives a config change. However, the decoder might still be in the draining process when this happens. To fix this, we should wait for a OUTPUT_FORMAT_CHANGED status before sending out the IPC. BUG=381975 Review URL: https://codereview.chromium.org/623363002 Cr-Commit-Position: refs/heads/master@{#299338}
Showing
Please register or sign in to comment