Changeset 264013 in webkit
- Timestamp:
- Jul 7, 2020, 4:08:21 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 4 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/platform/glib/TestExpectations (modified) (1 diff)
-
Tools/ChangeLog (modified) (1 diff)
-
Tools/buildstream/elements/sdk/gst-plugins-base.bst (modified) (1 diff)
-
Tools/buildstream/patches/gst-plugins-base-0001-oggstream-Workaround-for-broken-PAR-in-VP8-BOS.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r264010 r264013 1 2020-07-07 Philippe Normand <pnormand@igalia.com> 2 3 [GStreamer] OGV/VP8 video not playing on minibrowser (neither epiphany) 4 https://bugs.webkit.org/show_bug.cgi?id=205916 5 6 Reviewed by Xabier Rodriguez-Calvar. 7 8 * platform/glib/TestExpectations: Update WPT expectations 9 1 10 2020-07-06 Lauro Moura <lmoura@igalia.com> 2 11 -
trunk/LayoutTests/platform/glib/TestExpectations
r264010 r264013 144 144 webkit.org/b/213947 media/vp9.html [ Failure ] 145 145 146 # These two are affected by a broken ogv that can't be read by the Gstreamer from SDK. 147 webkit.org/b/205916 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-cues-cuechange.html [ Skip ] 148 webkit.org/b/205916 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-cues-cuechange-dynamically-created-track-element.html [ Skip ] 146 webkit.org/b/214038 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-cues-cuechange.html [ Missing Failure ] 149 147 150 148 webkit.org/b/214031 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video-poster-shown-preload-auto.html [ ImageOnlyFailure ] -
trunk/Tools/ChangeLog
r264011 r264013 1 2020-07-07 Philippe Normand <pnormand@igalia.com> 2 3 [GStreamer] OGV/VP8 video not playing on minibrowser (neither epiphany) 4 https://bugs.webkit.org/show_bug.cgi?id=205916 5 6 Reviewed by Xabier Rodriguez-Calvar. 7 8 * buildstream/elements/sdk/gst-plugins-base.bst: Vendor upstreamed GStreamer patch. It is 9 merged in the 1.16 branch and scheduled for 1.16.3 release but we don't know when/if it will 10 happen. 11 * buildstream/patches/gst-plugins-base-0001-oggstream-Workaround-for-broken-PAR-in-VP8-BOS.patch: Added. 12 1 13 2020-07-07 Yury Semikhatsky <yurys@chromium.org> 2 14 -
trunk/Tools/buildstream/elements/sdk/gst-plugins-base.bst
r263401 r264013 12 12 - kind: patch 13 13 path: patches/gst-plugins-base-0003-glbasefilter-add-support-for-changing-the-display.patch 14 - kind: patch 15 path: patches/gst-plugins-base-0001-oggstream-Workaround-for-broken-PAR-in-VP8-BOS.patch 16 14 17 build-depends: 15 18 - freedesktop-sdk.bst:public-stacks/buildsystem-meson.bst
Note:
See TracChangeset
for help on using the changeset viewer.