WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
261737
[GStreamer] Instantiate downloadbuffer element with playbin3 if video preload="auto"
https://bugs.webkit.org/show_bug.cgi?id=261737
Summary
[GStreamer] Instantiate downloadbuffer element with playbin3 if video preload...
Marek Vasut
Reported
2023-09-19 06:33:33 PDT
When using WEBKIT_GST_USE_PLAYBIN3=1 and cog to open website with content <video src="./test.mp4" preload="auto" autoplay="autoplay" loop></video> the video would not be buffered into on-disk cache as it used to be with playbin(2). This is because playbin3 uridecodebin instantiated urisourcebin does not instantiate downloadbuffer element by default, this has to be explicitly enabled by setting the urisourcebin element 'download' parameter to TRUE.
Attachments
Add attachment
proposed patch, testcase, etc.
Marek Vasut
Comment 1
2023-09-19 07:23:26 PDT
Pull Request:
https://github.com/WebKit/WebKit/pull/17915
EWS
Comment 2
2023-09-22 15:13:30 PDT
Committed
268335@main
(5d7c777b2c94): <
https://commits.webkit.org/268335@main
> Reviewed commits have been landed. Closing PR #17915 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-09-22 15:14:19 PDT
<
rdar://problem/115911820
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug