Return EOS when selected_range_ is NULL in SourceBufferStream
Fixes the issue where an OnSetDuration call truncates the selected_range_ and resets the next_buffer_position. kEndOfStream is now returned instead of kNeedBuffer from GetNextBufferInternal when selected_ranges_ is NULL. BUG=484992 Review URL: https://codereview.chromium.org/1119163005 Cr-Commit-Position: refs/heads/master@{#329753}
Showing
Please register or sign in to comment