[webkit-dev] EWS improvements and new EWSes

2017-11-09 Thread Aakash Jain
Hi All, We have added webkitpy EWS this week. This should help in making sure that we don't accidentally break webkitpy tests. This EWS will run only if your patch has webkitpy related changes. Please avoid landing the patch if webkitpy EWS fails for your patch. Don Olmstead added WinCairo EWS

[webkit-dev] [MSE] Range ends inclusion is deleting wanted MediaSample's

2017-11-09 Thread Alicia Boya García
Hi, WebKittens! In the YouTube Media Source Extensions conformance tests there is one called 36.AppendOpusAudioOutOfOrder where two audio media segments are appended out of order to a SourceBuffer: First, a segment with the PTS ranges [10, 20) is added. Then, another one with [0, 10) is added. (I

Re: [webkit-dev] [MSE] Range ends inclusion is deleting wanted MediaSample's

2017-11-09 Thread Jer Noble
Hi Alicia, It should be possible to make a “mock” testcase which doesn’t rely on any particular media engine and which can demonstrate this bug. Continued: > On Nov 9, 2017, at 2:03 PM, Alicia Boya García wrote: > > Hi, WebKittens! > > In the YouTube Media Source Extensions conformance tests