Bug 310195
| Summary: | [MediaCapabilities][GStreamer] Check audio codecs support isConfigurationSupported() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Enrique Ocaña <eocanha> |
| Component: | New Bugs | Assignee: | Enrique Ocaña <eocanha> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Enrique Ocaña
Currently, isConfigurationSupported() only validates video codecs against the registered decoder/encoder map. Audio codecs from the audio configuration were never checked, so unsupported audio codecs could incorrectly be reported as supported.
See: https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1640
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Enrique Ocaña
Pull request: https://github.com/WebKit/WebKit/pull/60871