Bug 146720
| Summary: | [GStreamer] Layout tests hls-accessiblity-describes-video.html, video-controller-getStartDate.html and media/accessiblity-describes-video.html fail | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | bugs-noreply, calvaris, eric.carlson, jer.noble, Ms2ger, philn, pnormand |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Alberto Lopez Perez
The following layout tests fail on platform GTK since they were added on r184799 <http://trac.webkit.org/r184799>:
http/tests/media/hls/hls-accessiblity-describes-video.html [ Failure ]
http/tests/media/hls/video-controller-getStartDate.html [ Failure ]
The possible cause is a missing implementation on platform GTK
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
And also the following test:
media/accessiblity-describes-video.html [ Failure ]
Ms2ger (he/him; ⌚ UTC+1/+2)
(In reply to Carlos Alberto Lopez Perez from comment #1)
> And also the following test:
>
> media/accessiblity-describes-video.html [ Failure ]
MediaPlayerPrivateAVFoundationObjC::updateAudioTracks() calls player()->preferredAudioCharacteristics() and takes the result into consideration; the gstreamer code doesn't do anything like it.
Philippe Normand
Also, the GStreamer HLS demuxer doesn't handle the CHARACTERISTICS value of streams. I think that should be sent downstream as tags so they can be handled by the app...
Philippe Normand
HLS is disabled since https://commits.webkit.org/258717@main.