blob: 5b94c96386e83c8cb73b9793edead5b380606df8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[MediaStreamTrackGenerator-video.https.html]
expected:
if not swgl and (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, CRASH]
if swgl and (os == "linux") and not fission: [OK, CRASH]
[Tests that MediaStreamTrackGenerator forwards frames to sink]
expected: FAIL
[Tests that frames are actually rendered correctly in a stream used for a video element.]
expected: FAIL
[Tests that creating a Video MediaStreamTrackGenerator works as expected]
expected: FAIL
[Tests that VideoFrames are destroyed on write.]
expected: FAIL
[Mismatched frame and generator kind throws on write.]
expected: FAIL
[Tests that frames are actually rendered correctly in a stream sent over a peer connection.]
expected: FAIL
[Tests that frames are sent correctly with RTCRtpEncodingParameters.scaleResolutionDownBy.]
expected: FAIL
|