Consider text tracks in the frame processor for new media segments.
Text tracks were not considered along with audio and video tracks when determining the media segment start time. This results in Append()s coming in later with timestamps before the segment start time. The issue issue is resolved and a DCHECK() added to SBS::Append() to prevent this from happening in the future. BUG=356805 TEST=media_unittests passes after DCHECK() added to Append(). NOTRY=true Review URL: https://codereview.chromium.org/222783007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266636 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment