Bug 297521
| Summary: | REGRESSION(298747@main): [GStreamer] Cannot switch to default audio output device | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | Platform | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 297418 | ||
| Bug Blocks: | |||
Adrian Perez
After 298747@main where we started using gst_device_reconfigure_element() to apply changes to audio output sinks, switching back to the default device fails:
0:00:30.103438613 1620 0xaaab0ae7eb10 WARN webkitmediaplayer MediaPlayerPrivateGStreamer.cpp:4628:audioOutputDeviceChanged:<song-0> Could not obtain GstDevice for identifier 'default'
0:00:30.103488990 1620 0xaaab0ae7eb10 DEBUG webkitmediaplayer MediaPlayerPrivateGStreamer.cpp:4630:audioOutputDeviceChanged:<song-0> Could not change to audio output device 'default'
We need to special-case the device lookup when receiving the “default” device identifier in MediaPlayerPrivateGStreamer::audioOutputDeviceChanged()
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/49773
EWS
Committed 299106@main (a8823543d6bf): <https://commits.webkit.org/299106@main>
Reviewed commits have been landed. Closing PR #49773 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/159095865>