[webkit-changes] [WebKit/WebKit] 6baa2c: Cherry-pick 283830 at main (61cf3c8e032a). https://bu...
Carlos Bentzen
noreply at github.com
Wed Sep 18 08:42:20 PDT 2024
Branch: refs/heads/webkitglib/2.46
Home: https://github.com/WebKit/WebKit
Commit: 6baa2c9fa52e9b38aa594e26ebbf2c57ed267a6d
https://github.com/WebKit/WebKit/commit/6baa2c9fa52e9b38aa594e26ebbf2c57ed267a6d
Author: Carlos Bentzen <cadubentzen at igalia.com>
Date: 2024-09-18 (Wed, 18 Sep 2024)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
Log Message:
-----------
Cherry-pick 283830 at main (61cf3c8e032a). https://bugs.webkit.org/show_bug.cgi?id=279820
[GStreamer][MSE] Playbin3's "element-setup" isn't called for uridecodebin3
https://bugs.webkit.org/show_bug.cgi?id=279820
Reviewed by Philippe Normand.
Since GStreamer 1.22, playbin3 creates uridecodebin3 in its _init() function.
This is before the "element-setup" signal can be configured.
Not getting the signal for uridecodebin3 means we weren't setting "buffer-size"
on uridecodebin3, and not calling the platform quirks for uridecodebin3.
Fix this by explicitly getting the uridecodebin3 and call configureElement on
it if we are on GStreamer >= 1.22.
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::createGSTPlayBin):
Canonical link: https://commits.webkit.org/283830@main
Canonical link: https://commits.webkit.org/282416.102@webkitglib/2.46
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list