[webkit-changes] [WebKit/WebKit] d14f07: [GStreamer][MSE] video playback uses GstVA, except...
Philippe Normand
noreply at github.com
Mon Oct 9 01:54:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d14f07282a9de962f9e0f3354bdc560227fdc12e
https://github.com/WebKit/WebKit/commit/d14f07282a9de962f9e0f3354bdc560227fdc12e
Author: Philippe Normand <philn at igalia.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
Log Message:
-----------
[GStreamer][MSE] video playback uses GstVA, except on YouTube
https://bugs.webkit.org/show_bug.cgi?id=261892
Reviewed by Xabier Rodriguez-Calvar.
Streams parsing is not needed for MediaStream cases because we do it upfront for incoming WebRTC
MediaStreams. It is however needed for MSE, otherwise decodebin3 might not auto-plug hardware
decoders.
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::configureElement):
Canonical link: https://commits.webkit.org/269068@main
More information about the webkit-changes
mailing list