Bug 254329 - media/media-source/media-source-first-append-not-starting-at-zero.html is a permanent failure when MockMSE runs in the GPU Process
Summary: media/media-source/media-source-first-append-not-starting-at-zero.html is a p...
Status: RESOLVED DUPLICATE of bug 254330
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jean-Yves Avenard [:jya]
URL:
Keywords:
Depends on:
Blocks: 225367
  Show dependency treegraph
 
Reported: 2023-03-23 06:10 PDT by Jean-Yves Avenard [:jya]
Modified: 2023-03-27 14:04 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Yves Avenard [:jya] 2023-03-23 06:10:55 PDT
When we set the MockMSE to run in the GPU Process we get failures:
media/media-source/media-source-first-append-not-starting-at-zero.html 

```
Enqueued so far: (expecting no frames yet)
+ 10{PTS({5/1 = 5.000000}), DTS({5/1 = 5.000000}), duration({1/1 = 1.000000}), flags(1), generation(0)}
+ 11{PTS({6/1 = 6.000000}), DTS({6/1 = 6.000000}), duration({1/1 = 1.000000}), flags(0), generation(0)}
+ 12{PTS({7/1 = 7.000000}), DTS({7/1 = 7.000000}), duration({1/1 = 1.000000}), flags(0), generation(0)}
+ 13{PTS({8/1 = 8.000000}), DTS({8/1 = 8.000000}), duration({1/1 = 1.000000}), flags(0), generation(0)}
+ 14{PTS({9/1 = 9.000000}), DTS({9/1 = 9.000000}), duration({1/1 = 1.000000}), flags(0), generation(0)}
RUN(sourceBuffer.appendBuffer(syncSampleRun(0, 5)))
EVENT(updateend)
Enqueued now:
```
Comment 1 Jean-Yves Avenard [:jya] 2023-03-27 14:04:13 PDT

*** This bug has been marked as a duplicate of bug 254330 ***