WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 264739
[GStreamer] Video goes blank on some platforms after playback ends
https://bugs.webkit.org/show_bug.cgi?id=264739
Summary
[GStreamer] Video goes blank on some platforms after playback ends
Enrique Ocaña
Reported
2023-11-13 06:08:12 PST
On some downstream platforms, the video gets black after playback finishes. This happens because
https://bugs.webkit.org/show_bug.cgi?id=89122
used to set the pipeline to NULL, although later
https://bugs.webkit.org/show_bug.cgi?id=117354
set it to READY. This change deinitializes a big part of the pipeline, which should otherwise stay in a working state if the state was PLAUSED as it should be without those changes. While on desktop platforms the last video frame is still kept and shown, on some downstream platforms using a custom multimedia subsystem the deinitialization destroys internal resources and makes that last video frame not to be visible anymore. The original purpose of the mentioned bugs was to avoid having the audio device opened after the video finished. This was relevant in 2012, when many platforms still used ALSA as a sound system, but it's not so relavant nowadays, when PulseAudio is the usual choice on desktop.
Attachments
Add attachment
proposed patch, testcase, etc.
Enrique Ocaña
Comment 1
2023-11-13 06:46:35 PST
Pull request:
https://github.com/WebKit/WebKit/pull/20415
Enrique Ocaña
Comment 2
2023-11-14 06:32:19 PST
Pull request:
https://github.com/WebKit/WebKit/pull/20480
EWS
Comment 3
2023-11-15 05:37:31 PST
Committed
270766@main
(0df38135ebe5): <
https://commits.webkit.org/270766@main
> Reviewed commits have been landed. Closing PR #20415 and removing active labels.
Radar WebKit Bug Importer
Comment 4
2023-11-15 05:38:14 PST
<
rdar://problem/118450697
>
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