Bug 179258
| Summary: | [GStreamer][MSE] fast/canvas/webgl/texImage2D-mse-flipY-false.html, fast/canvas/webgl/texImage2D-mse-flipY-true.html tests are timing out | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aboya, bugs-noreply, crzwdjk, magomez, philn, pnormand |
| Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=223674 | ||
Zan Dobersek
The following WebGL tests are timing out after they've been introduced in r223974:
- fast/canvas/webgl/texImage2D-mse-flipY-false.html
- fast/canvas/webgl/texImage2D-mse-flipY-true.html
https://trac.webkit.org/changeset/223974/webkit
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Endless flow of:
0:00:03.289589775 59 0x1a18550 ERROR webkitmediaplayer MediaPlayerPrivateGStreamer.cpp:2073:handleMessage: Error 3: Invalid URI "mediasource". (url=mediasource)
0:00:03.299583788 59 0x1a18550 WARN uridecodebin gsturidecodebin.c:1383:gen_source_element:<uridecodebin275> error: Invalid URI "mediasource".
0:00:03.299869088 59 0x1a18550 WARN webkitmse MediaPlayerPrivateGStreamerMSE.cpp:594:updateStates: Failure: State: READY, pending: PAUSED
0:00:03.299923685 59 0x1a18550 WARN webkitmse MediaPlayerPrivateGStreamerMSE.cpp:594:updateStates: Failure: State: READY, pending: PAUSED
Lauro Moura
*** Bug 179760 has been marked as a duplicate of this bug. ***
Philippe Normand
Well, the infinite loop is now a seek to 0. Something's not right with our MSE seek approach. The tests schedule a seek to position=3secs and somehow it's lost, the player then never starts playback and is stuck in seeks to 0 until time out.
Arcady Goldmints-Orlov
These were fixed by r283309.
Philippe Normand
(In reply to Arcady Goldmints-Orlov from comment #4)
> These were fixed by r283309.
Cool. Let's close this bug then.