Bug 228976

Summary: [Gstreamer] test media/media-source/media-mp4-h264-sequence-mode.html failing since it was added
Product: WebKit Reporter: Arcady Goldmints-Orlov <crzwdjk>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: REOPENED ---    
Severity: Normal CC: bugs-noreply, eocanha, mrobinson, pnormand, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=227864
Bug Depends on: 210341    
Bug Blocks:    
Attachments:
Description Flags
test actual vs expectation diff
none
Patch none

Description Arcady Goldmints-Orlov 2021-08-10 15:16:38 PDT
Created attachment 435304 [details]
test actual vs expectation diff

The test in question was added in r279973 and has been failing on GTK and WPE ever since. It seems that some of the values it is reading are off by 0.041666 (1/24 of a second, possibly 1 frame?) from what it is expecting. Example test log diff attached.
Comment 1 Philippe Normand 2021-08-11 09:21:18 PDT
Looks like duplicate of https://bugs.webkit.org/show_bug.cgi?id=210341 ?
Comment 2 Arcady Goldmints-Orlov 2021-08-11 09:34:30 PDT
Thanks for the pointer, I am going to use this to check in the gardening patch (pointing to that bug) and then resolve this as duplicate.
Comment 3 Arcady Goldmints-Orlov 2021-08-11 09:39:40 PDT
Created attachment 435357 [details]
Patch
Comment 4 EWS 2021-08-11 10:48:48 PDT
Committed r280918 (240438@main): <https://commits.webkit.org/240438@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 435357 [details].
Comment 5 Radar WebKit Bug Importer 2021-08-11 10:49:19 PDT
<rdar://problem/81802423>
Comment 6 Arcady Goldmints-Orlov 2021-08-11 12:52:40 PDT

*** This bug has been marked as a duplicate of bug 210341 ***
Comment 7 Enrique OcaƱa 2021-08-24 10:15:43 PDT
As explained in https://bugs.webkit.org/show_bug.cgi?id=210341#c14 , this bug isn't exactly a duplicate of the mentioned one, just depends on it.