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
Marek Vasut
Comment 1 2023-09-19 07:23:26 PDT
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
Note You need to log in before you can comment on or make changes to this bug.