Summary: | [GStreamer] GST_STREAM_ERROR_TYPE_NOT_FOUND errors are skipped | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Fabien Vallée <fvallee> | ||||
Component: | Media | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED WONTFIX | ||||||
Severity: | Normal | CC: | pnormand | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | Linux | ||||||
Attachments: |
|
Description
Fabien Vallée
2014-09-02 05:41:37 PDT
Created attachment 237484 [details]
based on LayoutTest/media/broken-video.html only changed the video src
test can pass using chromium (Version 36.0.1985.125 (283153)) and opera 12.16.
Fails (timeout, no event triggered) using webkitgtk.
To correct my first comment, there are tests for 'stalled' event, e.g. : LayoutTests/http/tests/media/video-play-stall.html The test timeout as per https://bugs.webkit.org/show_bug.cgi?id=108925 but even if I increase run-webkit-tests timeout I don't think gstreamer is sending GST_STREAM_ERROR_TYPE_NOT_FOUND message in that case. Comment on attachment 237484 [details]
based on LayoutTest/media/broken-video.html only changed the video src
need to copy the file to LayoutTest/media/ folder to access media-file.js and video-test.js
This code was actually introduced in http://trac.webkit.org/changeset/81229 and I think that reverting it will break a test again. Yeah, I agree, anyway thanks Philippe for answer. I will try to check what's going on in video-play-stall-before-meta-data.html won't fix. |