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

Unified Diff: chrome/test/data/media/csv/media.json

Issue 9290008: Introduce new basic playback test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Documentation. Created 8 years, 11 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: chrome/test/data/media/csv/media.json
diff --git a/chrome/test/data/media/csv/media.json b/chrome/test/data/media/csv/media.json
new file mode 100644
index 0000000000000000000000000000000000000000..595be02161803e40361a0687c1920ae8f977b275
--- /dev/null
+++ b/chrome/test/data/media/csv/media.json
@@ -0,0 +1,19 @@
+{
+ "bear": {
+ "duration": 1.0,
+ "fps": 29.970,
Ami GONE FROM CHROMIUM 2012/01/25 17:58:48 s/0//
DaleCurtis 2012/01/25 23:59:25 Done.
+ "resolution": "640x360",
+
+ "files": [
+ {"file": "bear.mp4", "codec": "h264"},
+ {"file": "bear.ogv", "codec": "theora"},
+ {"file": "bear.webm", "codec": "vp8"},
+
+ {"file": "bear_silent.mp4", "codec": "h264", "audio": false},
+ {"file": "bear_silent.ogv", "codec": "theora", "audio": false},
+ {"file": "bear_silent.webm", "codec": "vp8", "audio": false},
+
+ {"file": "bear_pcm.wav", "codec": "pcm", "video": false}
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698