Changeset 253995 in webkit


Ignore:
Timestamp:
Jan 3, 2020 5:56:34 AM (4 years ago)
Author:
aboya@igalia.com
Message:

[GStreamer][MSE] Player stalling too soon
https://bugs.webkit.org/show_bug.cgi?id=205117

Reviewed by Xabier Rodriguez-Calvar.

LayoutTests/imported/w3c:

Added the testcase used to report the bug, cleaned and adapted for
WPT.

  • web-platform-tests/media-source/mediasource-h264-play-starved.html: Added.
  • web-platform-tests/media-source/mp4/h264-starvation-init.mp4: Added.
  • web-platform-tests/media-source/mp4/h264-starvation-media.mp4: Added.

Tools:

Backported patch to jhbuild.

Small modifications were necessary to make it apply on 1.16.1.

  • gstreamer/jhbuild.modules:
  • gstreamer/patches/libav-0001-gstavviddec-Limit-default-number-of-decoder-threads.patch: Added.
Location:
trunk
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r253992 r253995  
     12020-01-03  Alicia Boya García  <aboya@igalia.com>
     2
     3        [GStreamer][MSE] Player stalling too soon
     4        https://bugs.webkit.org/show_bug.cgi?id=205117
     5
     6        Reviewed by Xabier Rodriguez-Calvar.
     7
     8        Added the testcase used to report the bug, cleaned and adapted for
     9        WPT.
     10
     11        * web-platform-tests/media-source/mediasource-h264-play-starved.html: Added.
     12        * web-platform-tests/media-source/mp4/h264-starvation-init.mp4: Added.
     13        * web-platform-tests/media-source/mp4/h264-starvation-media.mp4: Added.
     14
    1152020-01-03  Rob Buis  <rbuis@igalia.com>
    216
  • trunk/Tools/ChangeLog

    r253978 r253995  
     12020-01-03  Alicia Boya García  <aboya@igalia.com>
     2
     3        [GStreamer][MSE] Player stalling too soon
     4        https://bugs.webkit.org/show_bug.cgi?id=205117
     5
     6        Reviewed by Xabier Rodriguez-Calvar.
     7
     8        Backported patch to jhbuild.
     9
     10        Small modifications were necessary to make it apply on 1.16.1.
     11
     12        * gstreamer/jhbuild.modules:
     13        * gstreamer/patches/libav-0001-gstavviddec-Limit-default-number-of-decoder-threads.patch: Added.
     14
    1152020-01-02  Alex Christensen  <achristensen@webkit.org>
    216
  • trunk/Tools/gstreamer/jhbuild.modules

    r251075 r253995  
    108108      <dep package="ffmpeg"/>
    109109    </dependencies>
    110     <branch hash="sha256:e8a5748ae9a4a7be9696512182ea9ffa6efe0be9b7976916548e9d4381ca61c4" module="gst-libav/gst-libav-${version}.tar.xz" repo="gstreamer" version="1.16.1" />
     110    <branch hash="sha256:e8a5748ae9a4a7be9696512182ea9ffa6efe0be9b7976916548e9d4381ca61c4" module="gst-libav/gst-libav-${version}.tar.xz" repo="gstreamer" version="1.16.1">
     111      <patch file="libav-0001-gstavviddec-Limit-default-number-of-decoder-threads.patch" strip="1"/> <!-- Merged, should be shipped in 1.16.3 https://gitlab.freedesktop.org/gstreamer/gst-libav/merge_requests/56 -->
     112    </branch>
    111113  </meson>
    112114
Note: See TracChangeset for help on using the changeset viewer.