-
Notifications
You must be signed in to change notification settings - Fork 1
/
tests.json
61 lines (61 loc) · 997 Bytes
/
tests.json
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
61
[
{
"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": "h264_1080p_dec",
"element": "ffdec_h264",
"location": "/home/felipec/Downloads/big_buck_bunny_1080p_h264.mov",
"expected_framerate": 30,
"expected_max_delay": 20
}
]