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

Side by Side Diff: media/test/data/bear-640x360-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.740000,
3 type: 'video/webm; codecs="vp8, vorbis"',
4 init: { offset: 0, size: 4459},
5 media: [
6 { offset: 4459, size: 50714, timecode: 0.000000 },
7 { offset: 55173, size: 19021, timecode: 0.477000 },
8 { offset: 74194, size: 19810, timecode: 0.988000 },
9 { offset: 94004, size: 21706, timecode: 1.496000 },
10 { offset: 115710, size: 20249, timecode: 1.990000 },
11 { offset: 135959, size: 9946, timecode: 2.489000 },
12 ]
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698