Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: media/test/data/bear-320x240-manifest.js

Issue 10696182: Add config change handling to SourceBufferStream & ChunkDemuxer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added unittests Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 duration: 2.744000,
3 type: 'video/webm; codecs="vp8, vorbis"',
4 init: { offset: 0, size: 4370},
5 media: [
6 { offset: 4370, size: 40778, timecode: 0.000000 },
7 { offset: 45148, size: 27589, timecode: 0.396000 },
8 { offset: 72737, size: 28183, timecode: 0.779000 },
9 { offset: 100920, size: 31600, timecode: 1.197000 },
10 { offset: 132520, size: 33922, timecode: 1.589000 },
11 { offset: 166442, size: 30587, timecode: 1.987000 },
12 { offset: 197029, size: 22079, timecode: 2.400000 },
13 ]
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698