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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: media/test/data/bear-320x240-manifest.js
diff --git a/media/test/data/bear-320x240-manifest.js b/media/test/data/bear-320x240-manifest.js
new file mode 100644
index 0000000000000000000000000000000000000000..0d1f050a93ca43aa445ad4e01fa8c68d16b6ad07
--- /dev/null
+++ b/media/test/data/bear-320x240-manifest.js
@@ -0,0 +1,14 @@
+{
+ duration: 2.744000,
+ type: 'video/webm; codecs="vp8, vorbis"',
+ init: { offset: 0, size: 4370},
+ media: [
+ { offset: 4370, size: 40778, timecode: 0.000000 },
+ { offset: 45148, size: 27589, timecode: 0.396000 },
+ { offset: 72737, size: 28183, timecode: 0.779000 },
+ { offset: 100920, size: 31600, timecode: 1.197000 },
+ { offset: 132520, size: 33922, timecode: 1.589000 },
+ { offset: 166442, size: 30587, timecode: 1.987000 },
+ { offset: 197029, size: 22079, timecode: 2.400000 },
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698