Bug 146720 - [GStreamer] Layout tests hls-accessiblity-describes-video.html, video-controller-getStartDate.html and media/accessiblity-describes-video.html fail
Summary: [GStreamer] Layout tests hls-accessiblity-describes-video.html, video-control...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-08 05:06 PDT by Carlos Alberto Lopez Perez
Modified: 2023-01-10 05:18 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2015-07-08 05:06:01 PDT
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
Comment 1 Carlos Alberto Lopez Perez 2015-07-08 05:15:25 PDT
And also the following test:

  media/accessiblity-describes-video.html [ Failure ]
Comment 2 Ms2ger (he/him; ⌚ UTC+1/+2) 2017-08-22 02:59:53 PDT
(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.
Comment 3 Philippe Normand 2021-05-05 08:19:28 PDT
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...
Comment 4 Philippe Normand 2023-01-10 05:18:57 PST
HLS is disabled since https://commits.webkit.org/258717@main.