⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 264013 in webkit


Ignore:
Timestamp:
Jul 7, 2020, 4:08:21 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

[GStreamer] OGV/VP8 video not playing on minibrowser (neither epiphany)
https://bugs.webkit.org/show_bug.cgi?id=205916

Patch by Philippe Normand <pnormand@igalia.com> on 2020-07-07
Reviewed by Xabier Rodriguez-Calvar.

Tools:

  • buildstream/elements/sdk/gst-plugins-base.bst: Vendor upstreamed GStreamer patch. It is

merged in the 1.16 branch and scheduled for 1.16.3 release but we don't know when/if it will
happen.

  • buildstream/patches/gst-plugins-base-0001-oggstream-Workaround-for-broken-PAR-in-VP8-BOS.patch: Added.

LayoutTests:

  • platform/glib/TestExpectations: Update WPT expectations
Location:
trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r264010 r264013  
     12020-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
    1102020-07-06  Lauro Moura  <lmoura@igalia.com>
    211
  • trunk/LayoutTests/platform/glib/TestExpectations

    r264010 r264013  
    144144webkit.org/b/213947 media/vp9.html [ Failure ]
    145145
    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 ]
     146webkit.org/b/214038 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-cues-cuechange.html [ Missing Failure ]
    149147
    150148webkit.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  
     12020-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
    1132020-07-07  Yury Semikhatsky  <yurys@chromium.org>
    214
  • trunk/Tools/buildstream/elements/sdk/gst-plugins-base.bst

    r263401 r264013  
    1212- kind: patch
    1313  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
    1417build-depends:
    1518- freedesktop-sdk.bst:public-stacks/buildsystem-meson.bst
Note: See TracChangeset for help on using the changeset viewer.