forked from felipec/milaatu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.json
More file actions
60 lines (60 loc) · 1014 Bytes
/
Copy pathtests.json
File metadata and controls
60 lines (60 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[
{
"base": "dummy",
"name": "dummy"
},
{
"base": "error",
"name": "insanity_error",
"expected_failure": true
},
{
"base": "bad_test",
"name": "bad_test",
"expected_failure": true
},
{
"base": "kill",
"name": "kill_test",
"expected_failure": true
},
{
"base": "command",
"name": "simple command",
"command": "true"
},
{
"base": "command",
"name": "simple bad command",
"command": "false",
"expected_failure": true
},
{
"base": "gst_error",
"name": "gst_error",
"state_error": 1,
"expected_failure": true
},
{
"base": "gst_venc",
"name": "gst_exception",
"element": "foobar",
"expected_failure": true
},
{
"base": "gst_venc",
"name": "theora_qcif",
"element": "theoraenc",
"bitrate": 800000,
"framerate": 15,
"framesize": "176x144",
"expected_framerate": 200
},
{
"base": "gst_vdec",
"name": "mpeg4_dec_ntsc",
"element": "ffdec_mpeg4",
"location": "/data/private/mma-test-data/decoders/mpeg4/functional/mpeg4_NTSC_30f_8mb__ASPL5_parkjoy.m4v.mp4",
"expected_framerate": 300
}
]